config not found, added use System\Config
This commit is contained in:
parent
19de53ea3c
commit
d0d7ff19ce
|
@ -1,6 +1,7 @@
|
||||||
<?php namespace System\Session;
|
<?php namespace System\Session;
|
||||||
|
|
||||||
use System\Cache;
|
use System\Cache;
|
||||||
|
use System\Config;
|
||||||
|
|
||||||
class APC implements Driver {
|
class APC implements Driver {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue