mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-24 13:04:44 +02:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Repositories\Wings;
|
|
|
|
class DaemonConfigurationRepository extends DaemonRepository
|
|
{
|
|
}
|