большая разработка аутентификации

This commit is contained in:
2023-03-02 11:46:14 +10:00
parent 0aae5b6558
commit 687db4e4b1
129 changed files with 2282 additions and 646 deletions

View File

@@ -141,7 +141,7 @@ final class templater extends controller implements ArrayAccess
*
* @return mixed Данные переменной из реестра глобальных переменных
*/
public function &offsetGet(mixed $offset): mixed
public function offsetGet(mixed $offset): mixed
{
return $this->variables[$offset];
}