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