mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-27 22:17:44 -05:00
6 lines
58 B
PHP
6 lines
58 B
PHP
<?php namespace App\Commands;
|
|
|
|
abstract class Command
|
|
{
|
|
}
|