tethys/app/Commands/Command.php
2020-06-10 21:09:20 +02:00

7 lines
65 B
PHP
Executable file

<?php
namespace App\Commands;
abstract class Command
{
//
}