Merge pull request #56 from mikelbring/develop

Config not found, added use System\Config
This commit is contained in:
Taylor Otwell 2011-08-13 05:03:05 -07:00
commit 914b60e20b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php namespace System\Session;
use System\Cache;
use System\Config;
class APC implements Driver {