Files
vito/app/SSH/Services/ServiceInterface.php
Saeed Vaziry 4d051330d6 Merge (#127)
2024-03-24 09:56:34 +01:00

9 lines
104 B
PHP

<?php
namespace App\SSH\Services;
interface ServiceInterface
{
public function install(): void;
}