PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
yadahan
/
laravel-authentication-log
/
src
<?php namespace Yadahan\AuthenticationLog; trait EventMap { /** * The Authentication Log event / listener mappings. * * @var array */ protected $events = [ 'Illuminate\Auth\Events\Login' => [ 'Yadahan\AuthenticationLog\Listeners\LogSuccessfulLogin', ], 'Illuminate\Auth\Events\Logout' => [ 'Yadahan\AuthenticationLog\Listeners\LogSuccessfulLogout', ], ]; }
[-] AuthenticationLog.php
[edit]
[+]
..
[+]
Listeners
[-] AuthenticationLogServiceProvider.php
[edit]
[-] AuthenticationLogable.php
[edit]
[+]
Console
[-] EventMap.php
[edit]
[+]
Notifications