0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 13:50:46 -05:00
db-website/api/app/Events/Event.php

11 lines
121 B
PHP
Raw Normal View History

2023-03-02 20:51:47 -05:00
<?php
namespace App\Events;
use Illuminate\Queue\SerializesModels;
abstract class Event
{
use SerializesModels;
}