1153ac24bf
Hello, I'm adding the whole https://items.sp-tarkov.com code base as well as the drone pipeline to deploy it. Please **double check *thoroughly* every** to ensure it matches the server architecture and configuration.
17 lines
203 B
PHP
17 lines
203 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
class ExampleEvent extends Event
|
|
{
|
|
/**
|
|
* Create a new event instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
//
|
|
}
|
|
}
|