Skip to content

Commit 68ad806

Browse files
committed
docs: add @Property to Session
1 parent 9c0c695 commit 68ad806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Session/Session.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
*
2626
* Session configuration is done through session variables and cookie related
2727
* variables in app/config/App.php
28+
*
29+
* @property string $session_id
2830
*/
2931
class Session implements SessionInterface
3032
{

0 commit comments

Comments
 (0)