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