From 13eab65015b7566d1bd2f6b8d1d8bb16d7dfb7d2 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Wed, 21 Apr 2021 16:56:34 +0300 Subject: [PATCH] namespace of dispatcher is fixed --- app/Traits/Jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Traits/Jobs.php b/app/Traits/Jobs.php index 783414a55..2b639e526 100644 --- a/app/Traits/Jobs.php +++ b/app/Traits/Jobs.php @@ -3,7 +3,7 @@ namespace App\Traits; use Exception; -use Illuminate\Bus\Dispatcher; +use Illuminate\Contracts\Bus\Dispatcher; use Throwable; trait Jobs