Merge pull request #56 from mikelbring/develop
Config not found, added use System\Config
This commit is contained in:
commit
914b60e20b
|
@ -1,6 +1,7 @@
|
|||
<?php namespace System\Session;
|
||||
|
||||
use System\Cache;
|
||||
use System\Config;
|
||||
|
||||
class APC implements Driver {
|
||||
|
||||
|
|
Loading…
Reference in New Issue