mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-07 13:18:40 +00:00
Routings moved to routing files
This commit is contained in:
parent
494a82a4fc
commit
190b5da7f3
3
Admin/Routes/console.php
Normal file
3
Admin/Routes/console.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$consoleRoutes = [];
|
||||
3
Admin/Routes/http.php
Normal file
3
Admin/Routes/http.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$httpRoutes = [];
|
||||
3
Admin/Routes/socket.php
Normal file
3
Admin/Routes/socket.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$socketRoutes = [];
|
||||
|
|
@ -67,15 +67,6 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
RequestDestination::BACKEND => [''],
|
||||
];
|
||||
|
||||
/**
|
||||
* Routing elements.
|
||||
*
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $routes = [
|
||||
];
|
||||
|
||||
/**
|
||||
* Providing.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user