mirror of
https://github.com/pterodactyl/panel.git
synced 2025-02-01 03:11:35 +01:00
1489f7a694
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
9 lines
70 B
PHP
9 lines
70 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|