From 5f8ec00e318e9eb9cb226e58b5d5ecfd70b4a709 Mon Sep 17 00:00:00 2001 From: Daniel Bondergaard Date: Mon, 13 May 2013 10:51:17 +0200 Subject: [PATCH] Added cache repository to extra classes Signed-off-by: Daniel Bondergaard --- src/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/config/config.php diff --git a/src/config/config.php b/src/config/config.php old mode 100644 new mode 100755 index 3ec5d79..539162d --- a/src/config/config.php +++ b/src/config/config.php @@ -53,7 +53,7 @@ return array( 'extra' => array( 'Auth' => array('Illuminate\Auth\Guard'), - 'Cache' => array('Illuminate\Cache\StoreInterface'), + 'Cache' => array('Illuminate\Cache\StoreInterface', 'Illuminate\Cache\Repository'), 'DB' => array('Illuminate\Database\Connection'), 'Eloquent' => array('Illuminate\Database\Query\Builder'), 'Queue' => array('Illuminate\Queue\QueueInterface'),