tethys/app/Commands/Command.php

8 lines
65 B
PHP
Raw Normal View History

2019-06-06 17:34:34 +02:00
<?php
namespace App\Commands;
2015-07-19 13:49:24 +07:00
2019-06-06 17:34:34 +02:00
abstract class Command
{
//
2015-07-19 13:49:24 +07:00
}