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 1bed3e0 commit 094ef25Copy full SHA for 094ef25
composer.json
@@ -24,6 +24,7 @@
24
"require": {
25
"ext-pdo": "*",
26
"php": "^7.4|^8.0",
27
+ "illuminate/contracts": "^6.0|^7.0|^8.0",
28
"illuminate/database": "^6.0|^7.0|^8.0",
29
"illuminate/events": "^6.0|^7.0|^8.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