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

17 lines
203 B
PHP

<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}