Skip to content

Commit 961bdc3

Browse files
committed
Changed type of dispatcher
1 parent 37ad792 commit 961bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataMigrationsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Coderan\DataMigrations;
1111

12-
use Illuminate\Contracts\Bus\Dispatcher;
12+
use Illuminate\Contracts\Events\Dispatcher;
1313
use Illuminate\Support\ServiceProvider;
1414
use Illuminate\Database\Migrations\Migrator;
1515
use Coderan\DataMigrations\Console\Commands\InstallCommand as MigrateInstallCommand;

0 commit comments

Comments
 (0)