Añadido autorute a true y corregidos errores del metodo request-

This commit is contained in:
imnavajas
2024-05-02 23:20:50 +02:00
parent 54de3402f3
commit c36dbfce86
50 changed files with 631 additions and 3160 deletions

View File

@ -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';