mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-09-29 21:11:12 -04:00
12 lines
85 B
PHP
12 lines
85 B
PHP
<?php
|
|
|
|
namespace App\Commands;
|
|
|
|
/**
|
|
* Class Command
|
|
*/
|
|
abstract class Command
|
|
{
|
|
|
|
}
|