mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
Change namespace
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
// 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\Jobs\CreateBackupJob;
|
||||
use Crater\Rules\Backup\PathToZip;
|
||||
use InvoiceShelf\Jobs\CreateBackupJob;
|
||||
use InvoiceShelf\Rules\Backup\PathToZip;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
Reference in New Issue
Block a user