improved updates

This commit is contained in:
denisdulici
2017-10-02 16:26:45 +03:00
parent a4c377b38e
commit ef7fafbe79
11 changed files with 155 additions and 57 deletions

View File

@@ -7,20 +7,11 @@ use Illuminate\Auth\Events\Login as ILogin;
class Login
{
/**
* Create the event listener.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Handle the event.
*
* @param Logout $event
* @param ILogin $event
* @return void
*/
public function handle(ILogin $event)

View File

@@ -7,20 +7,11 @@ use Illuminate\Auth\Events\Logout as ILogout;
class Logout
{
/**
* Create the event listener.
*
* @return void
*/
public function __construct()
{
//
}
/**
* Handle the event.
*
* @param Logout $event
* @param ILogout $event
* @return void
*/
public function handle(ILogout $event)