Twig session(key) function + reworked session functions to accept multi-array like in Laravel

Important: getSession returns NULL now instead of false if session value not found
This commit is contained in:
slawkens
2025-02-02 16:16:59 +01:00
parent de468a8dcd
commit b46ddb43d0
5 changed files with 36 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [master - 02.02.2025]
### Added
* Twig session(key) function + reworked session functions to accept multi-array like in Laravel
## [1.1 - 27.01.2025]
### Changed