1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Commands/Command.php

8 lines
59 B
PHP
Raw Normal View History

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