mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8674 from open-sausages/pulls/4/update-session-php-doc
Correct session doc typo
This commit is contained in:
commit
b8e63e215e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user