7 lines
64 B
PHP
Executable file
7 lines
64 B
PHP
Executable file
<?php namespace App\Commands;
|
|
|
|
abstract class Command {
|
|
|
|
//
|
|
|
|
}
|