We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78611c commit 25b27f7Copy full SHA for 25b27f7
composer.json
@@ -24,6 +24,7 @@
24
"require": {
25
"ext-pdo": "*",
26
"php": "^8.0",
27
+ "illuminate/contracts": "^9.0",
28
"illuminate/database": "^9.0",
29
"illuminate/events": "^9.0",
30
"doctrine/dbal": "^2.8|^3.0",
src/Internal/Service/DispatcherService.php
@@ -9,7 +9,7 @@
9
use Bavix\Wallet\Internal\Events\WalletCreatedEventInterface;
10
use Bavix\Wallet\Internal\Exceptions\ExceptionInterface;
11
use Bavix\Wallet\Internal\Exceptions\UnknownEventException;
12
-use Illuminate\Events\Dispatcher;
+use Illuminate\Contracts\Events\Dispatcher;
13
14
final class DispatcherService implements DispatcherServiceInterface
15
{
0 commit comments