We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97570bf commit afb6398Copy full SHA for afb6398
src/Jobs/RestoreJob.php
@@ -8,19 +8,13 @@
8
use Illuminate\Contracts\Auth\Authenticatable;
9
use Illuminate\Contracts\Cache\Repository;
10
use Illuminate\Contracts\Queue\ShouldQueue;
11
-use Illuminate\Foundation\Bus\Dispatchable;
12
-use Illuminate\Queue\InteractsWithQueue;
13
-use Illuminate\Queue\SerializesModels;
14
use Itiden\Backup\Restorer;
15
use Itiden\Backup\StateManager;
16
17
final class RestoreJob implements ShouldQueue
18
{
19
// TODO(@neoisrecursive): Refactor this to use the `Illuminate\Foundation\Queue\Queueable` trait when dropping support for Laravel 10.
20
use Queueable;
21
- use Dispatchable;
22
- use SerializesModels;
23
- use InteractsWithQueue;
24
25
/**
26
* Create a new job instance.
0 commit comments