0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 14:30:46 -05:00
db-website/api/app/Events/Event.php
2023-03-02 20:51:47 -05:00

11 lines
121 B
PHP

<?php
namespace App\Events;
use Illuminate\Queue\SerializesModels;
abstract class Event
{
use SerializesModels;
}