more refactoring for dependency injection.
This commit is contained in:
@@ -43,9 +43,6 @@ class Cookie extends Driver {
|
||||
/**
|
||||
* Load a session by ID.
|
||||
*
|
||||
* The session will be retrieved from persistant storage and returned as an array.
|
||||
* The array contains the session ID, last activity UNIX timestamp, and session data.
|
||||
*
|
||||
* @param string $id
|
||||
* @return array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user