fix Validator

This commit is contained in:
origami11@yandex.ru 2022-11-28 18:44:09 +03:00
parent 28429039a4
commit 526262c80b
9 changed files with 38 additions and 39 deletions

View file

@ -26,6 +26,7 @@ class Action
// Параметры устанавливаются при создании контроллера
public $name = ''; // Имя модуля
public $front;
public $modulePath = null; // Путь к модулю
public $moduleTitle = '';