Bug fixes
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
|
||||
namespace App\Console\Commands;
|
||||
|
||||
use App\Jobs\PhotoMove;
|
||||
use App\Jobs\VideoMove;
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Foundation\Bus\DispatchesJobs;
|
||||
|
||||
use App\Jobs\PhotoDelete;
|
||||
use App\Models\Photo;
|
||||
use App\Jobs\{PhotoDelete,VideoDelete};
|
||||
use App\Traits\Type;
|
||||
|
||||
class CatalogAutoDelete extends Command
|
||||
|
Reference in New Issue
Block a user