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

View File

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