Skip to content
Snippets Groups Projects
Unverified Commit 0b089801 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Typo

parent 13495135
No related branches found
No related tags found
No related merge requests found
...@@ -802,7 +802,7 @@ class Session implements \Serializable ...@@ -802,7 +802,7 @@ class Session implements \Serializable
if (!is_callable($logout_handler)) { if (!is_callable($logout_handler)) {
throw new \Exception( throw new \Exception(
'Logout handler is not a vaild function: '.$classname.'::'. 'Logout handler is not a valid function: '.$classname.'::'.
$functionname $functionname
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment