1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00
invoiceninja/app/Commands/Command.php

12 lines
85 B
PHP
Raw Normal View History

<?php
2015-03-12 01:44:39 +01:00
namespace App\Commands;
/**
* Class Command
*/
2015-10-28 20:22:07 +01:00
abstract class Command
{
2015-03-12 01:44:39 +01:00
}