vito/app/SSHCommands/Command.php
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

11 lines
122 B
PHP
Executable File

<?php
namespace App\SSHCommands;
use App\Contracts\SSHCommand;
abstract class Command implements SSHCommand
{
//
}