Skip to content

Commit 60ef817

Browse files
authored
Merge pull request #21 from mcharytoniuk/patch-1
use laravel contract instead of dispatcher class
2 parents 3844566 + 764e28f commit 60ef817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VoyagerHooksServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Larapack\VoyagerHooks;
44

5-
use Illuminate\Events\Dispatcher;
5+
use Illuminate\Contracts\Events\Dispatcher;
66
use Illuminate\Support\Facades\Artisan;
77
use Illuminate\Support\ServiceProvider;
88
use Larapack\Hooks\Events\Setup;

0 commit comments

Comments
 (0)