tethys/app/Commands/Command.php

8 lines
65 B
PHP
Raw Normal View History

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