Add activity logging for authentication events
This commit is contained in:
parent
5bb66a00d8
commit
0999ad7ff0
11 changed files with 179 additions and 18 deletions
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Pterodactyl\Extensions\Illuminate\Events\Contracts;
|
||||
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
interface SubscribesToEvents
|
||||
{
|
||||
public function subscribe(Dispatcher $events): void;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue