Browse Source

Merge pull request #56 from mikelbring/develop

Config not found, added use System\Config
Taylor Otwell 13 years ago
parent
commit
914b60e20b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      system/session/apc.php

+ 1 - 0
system/session/apc.php

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