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 1817b9f commit 2fb6264Copy full SHA for 2fb6264
src/Events/LaravelLivewireTablesEvent.php
@@ -2,7 +2,7 @@
2
3
namespace Rappasoft\LaravelLivewireTables\Events;
4
5
-use Illuminate\Foundation\Auth\User;
+use Illuminate\Contracts\Auth\Authenticatable;
6
use Illuminate\Foundation\Events\Dispatchable;
7
use Illuminate\Queue\SerializesModels;
8
@@ -16,7 +16,7 @@ class LaravelLivewireTablesEvent
16
17
public string|array|null $value;
18
19
- public ?User $user;
+ public ?Authenticatable $user;
20
21
public function setKeyForEvent(string $key): self
22
{
0 commit comments