Skip to content

Commit

Permalink
Update Pulse.php (#76)
Browse files Browse the repository at this point in the history
Fix problem doing "composer require laravel/pulse"

 Uncaught TypeError: Laravel\Pulse\Pulse::Laravel\Pulse\{closure}(): Argument #1 ($event) must be of type Illumi
nate\Events\Dispatcher, Illuminate\Events\NullDispatcher given, called in /var/www/sapere/sapere/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 1302 and defined in /var/www/sapere/sapere/vendor/laravel/pulse/src/Pulse.php:119        
Stack trace:
  • Loading branch information
woodspire authored Dec 1, 2023
1 parent 06b8e35 commit c8a6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use DateTimeInterface;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Events\Dispatcher;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Support\Collection;
use Illuminate\Support\Lottery;
use Illuminate\Support\Traits\ForwardsCalls;
Expand Down

0 comments on commit c8a6e11

Please sign in to comment.