mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 05:38:39 +00:00
change to cli
This commit is contained in:
parent
8bace3becf
commit
ce8b9988bf
|
|
@ -1,35 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Karaka
|
|
||||||
*
|
|
||||||
* PHP Version 8.1
|
|
||||||
*
|
|
||||||
* @package phpOMS\Module
|
|
||||||
* @copyright Dennis Eichhorn
|
|
||||||
* @license OMS License 1.0
|
|
||||||
* @version 1.0.0
|
|
||||||
* @link https://jingga.app
|
|
||||||
*/
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace phpOMS\Module;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Console module interface.
|
|
||||||
*
|
|
||||||
* @package phpOMS\Module
|
|
||||||
* @license OMS License 1.0
|
|
||||||
* @link https://jingga.app
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
interface ConsoleInterface
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Answer console request.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function callConsole() : void;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user