refactoring session and wrote tests for session manager.

This commit is contained in:
Taylor Otwell
2011-09-15 22:21:29 -05:00
parent 5a9696da77
commit de2eabdf79
7 changed files with 220 additions and 413 deletions

View File

@@ -16,9 +16,10 @@ class Cookie implements Transporter {
/**
* Get the session identifier for the request.
*
* @param array $config
* @return string
*/
public function get()
public function get($config)
{
return $this->cookie->get('laravel_session');
}