mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-16 04:34:36 +00:00
Initial Commit
This commit is contained in:
10
app/Events/Event.php
Normal file
10
app/Events/Event.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events;
|
||||
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
|
||||
abstract class Event
|
||||
{
|
||||
use SerializesModels;
|
||||
}
|
||||
Reference in New Issue
Block a user