Refactor classes into Http structure
This commit is contained in:
parent
83bc1a1661
commit
591e0c194d
9 changed files with 25 additions and 25 deletions
|
@ -3,8 +3,8 @@
|
|||
namespace App\Controllers\Api;
|
||||
|
||||
use App\Services\Subnet;
|
||||
use Core\Controllers\Controller;
|
||||
use Core\View\Render;
|
||||
use Core\Http\Controllers\Controller;
|
||||
use Core\Http\View\Engine;
|
||||
use Exception;
|
||||
|
||||
class SubnetController extends Controller
|
||||
|
@ -12,7 +12,7 @@ class SubnetController extends Controller
|
|||
/**
|
||||
* Get all subnet data
|
||||
*
|
||||
* @return \Core\View\Render
|
||||
* @return \Core\Http\View\Render
|
||||
*/
|
||||
public function data(): Render
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue