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