invoiceninja/app/Commands/Command.php

8 lines
59 B
PHP
Raw Normal View History

2017-01-30 21:40:43 +02:00
<?php
namespace App\Commands;
2015-03-12 10:44:39 +10:00
2015-10-28 21:22:07 +02:00
abstract class Command
{
2015-03-12 10:44:39 +10:00
}