mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadido autorute a true y corregidos errores del metodo request-
This commit is contained in:
@ -13,10 +13,13 @@ class Ajustes extends BaseResourceController
|
||||
|
||||
protected static $controllerSlug = 'settings';
|
||||
|
||||
protected static string $viewPath = 'themes/vuexy/form/settings/';
|
||||
protected static $viewPath = 'themes/backend/vuexy/form/settings/';
|
||||
|
||||
protected static string $formViewName = 'settingsForm';
|
||||
|
||||
protected static $singularObjectName = 'settings';
|
||||
protected static $singularObjectNameCc = 'settings';
|
||||
|
||||
protected $indexRoute = 'settingForm';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user