namespace of dispatcher is fixed

This commit is contained in:
Sevan Nerse 2021-04-21 16:56:34 +03:00
parent 8fa5d994e9
commit 13eab65015
1 changed files with 1 additions and 1 deletions

View File

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