Website/items/app/Events/Event.php
Ereshkigal c13b82c591 items website
Made by Shirito and Revingly
Original repo: https://dev.sp-tarkov.com/Rev/spt-items-api
2021-10-27 20:06:16 +02:00

11 lines
121 B
PHP

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