Merge pull request #1993 from SevanNerse/namespace-fixed

namespace of dispatcher is fixed
This commit is contained in:
Denis Duliçi 2021-04-21 16:57:38 +03:00 committed by GitHub
commit ea416f3cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
namespace App\Traits;
use Exception;
use Illuminate\Bus\Dispatcher;
use Illuminate\Contracts\Bus\Dispatcher;
use Throwable;
trait Jobs