mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 14:49:27 +01:00
9 lines
189 B
PHP
9 lines
189 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Daemon;
|
|
|
|
class HttpDaemonRepository extends DaemonRepository
|
|
{
|
|
// Concrete instantiable implementation. Uses DaemonRepository's HTTP helper methods.
|
|
}
|