fixed bug in router.

This commit is contained in:
Taylor Otwell
2012-01-18 11:41:13 -06:00
parent 6865db3f21
commit 73c09f2f29
4 changed files with 8 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ class Auth {
{
if ( ! is_null(static::$user)) return static::$user;
$id = Session::get(Auth::user_key);
$id = IoC::core('session')->get(Auth::user_key);
// To retrieve the user, we'll first attempt to use the "user" Closure
// defined in the auth configuration file, passing in the ID. The user