Change namespace

This commit is contained in:
Darko Gjorgjijoski
2024-01-27 23:53:20 +01:00
parent aef8b228b8
commit 6b80b5f48d
550 changed files with 3398 additions and 3278 deletions

View File

@@ -2,9 +2,9 @@
// Implementation taken from nova-backup-tool - https://github.com/spatie/nova-backup-tool/
namespace Crater\Http\Controllers\V1\Admin\Backup;
namespace InvoiceShelf\Http\Controllers\V1\Admin\Backup;
use Crater\Http\Controllers\Controller;
use InvoiceShelf\Http\Controllers\Controller;
use Illuminate\Http\JsonResponse;
class ApiController extends Controller