Attendize/app/Commands/Command.php

9 lines
66 B
PHP
Raw Normal View History

2016-03-05 00:18:10 +00:00
<?php
2016-02-29 15:59:36 +00:00
2016-03-05 00:18:10 +00:00
namespace App\Commands;
2016-02-29 15:59:36 +00:00
2016-03-05 00:18:10 +00:00
abstract class Command
{
//
2016-02-29 15:59:36 +00:00
}