modified some stuff for psr-4

This commit is contained in:
2020-12-25 20:40:01 +09:00
parent 017f72b42e
commit b7e265088a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Jobs\Commands;
namespace App\Jobs\Commands\NotUsed;
//Internal Libraries
use Illuminate\Bus\Queueable;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Jobs\Commands;
namespace App\Jobs\Commands\NotUsed;
use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;