mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
editorjs
This commit is contained in:
14
ci4/app/Controllers/Wiki/WikiController.php
Normal file
14
ci4/app/Controllers/Wiki/WikiController.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers\Wiki;
|
||||
|
||||
use App\Controllers\BaseController;
|
||||
use CodeIgniter\HTTP\ResponseInterface;
|
||||
|
||||
class WikiController extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('themes/vuexy/wiki/pages/home');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user