Correct session doc typo

This commit is contained in:
Maxime Rainville 2018-12-14 13:01:22 +13:00
parent 87b74b9cc1
commit 7f6b80f87d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ use SilverStripe\Dev\Deprecation;
* You can also get all the values in the session at once. This is useful for debugging.
*
* <code>
* $session::getAll(); // returns an array of all the session values.
* $session->getAll(); // returns an array of all the session values.
* </code>
*
* <b>Clearing Data</b>