mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
laravel echo
This commit is contained in:
@@ -26,6 +26,6 @@ class AddLoginReputation
|
||||
public function handle($event)
|
||||
{
|
||||
$event->user->givePoint(new LoggedIn($event->user));
|
||||
event(new PlebLoggedInEvent($event->user->name));
|
||||
event(new PlebLoggedInEvent($event->user->name, $event->user->profile_photo_url));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user