Merge pull request #1993 from SevanNerse/namespace-fixed
namespace of dispatcher is fixed
This commit is contained in:
commit
ea416f3cca
@ -3,7 +3,7 @@
|
||||
namespace App\Traits;
|
||||
|
||||
use Exception;
|
||||
use Illuminate\Bus\Dispatcher;
|
||||
use Illuminate\Contracts\Bus\Dispatcher;
|
||||
use Throwable;
|
||||
|
||||
trait Jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user