8 lines
65 B
PHP
Executable File
8 lines
65 B
PHP
Executable File
<?php
|
|
namespace App\Commands;
|
|
|
|
abstract class Command
|
|
{
|
|
//
|
|
}
|