mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace InvoiceShelf\Jobs;
|
||||
|
||||
use InvoiceShelf\Models\FileDisk;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Foundation\Bus\Dispatchable;
|
||||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use InvoiceShelf\Models\FileDisk;
|
||||
use Spatie\Backup\Tasks\Backup\BackupJobFactory;
|
||||
|
||||
class CreateBackupJob implements ShouldQueue
|
||||
|
||||
Reference in New Issue
Block a user