config not found, added use System\Config

This commit is contained in:
Michael Hasselbring 2011-08-12 23:36:22 -05:00
parent 19de53ea3c
commit d0d7ff19ce
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 {