From 7e1c64fb95b863fd2044fadd2024dbdf5832f37a Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 18 Oct 2013 09:35:33 +0200 Subject: [PATCH] Add SessionStore to Session Facade Because of changes to the session facade. Fixes #37 --- src/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config.php b/src/config/config.php index 0d9d3f5..cdfe81f 100755 --- a/src/config/config.php +++ b/src/config/config.php @@ -41,6 +41,7 @@ return array( 'extra' => array( 'Eloquent' => array('Illuminate\Database\Eloquent\Builder', 'Illuminate\Database\Query\Builder'), + 'Session' => array('Illuminate\Session\Store'), ), 'magic' => array(