updates for Pathfinder 2.2.0

This commit is contained in:
Sam ONeill 2022-02-04 11:32:56 +13:00
parent e96feb6833
commit 8afa70b554
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ API_CACHE = {{@CACHE}}
; default
; - Session data get stored in PHPs default Session handler (php.ini → session.save_handler and session.save_path)
; PHPs default session.save_handler is `files` and each Session is written to disc (slowest)
SESSION_CACHE = mysql
SESSION_CACHE = default
; Callback functions ==============================================================================
ONERROR = {{ @NAMESPACE }}\Controller\Controller->showError