mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-20 13:10:56 -04:00
6 lines
58 B
PHP
6 lines
58 B
PHP
<?php namespace App\Commands;
|
|
|
|
abstract class Command
|
|
{
|
|
}
|