Fixing missing use statements

This commit is contained in:
Dan Cryer 2015-02-12 11:42:09 +00:00
commit 84b00e305e
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
namespace PHPCI;
use b8\Config;
use b8\Exception\HttpException\ForbiddenException;
use b8\Http\Request;
use b8\Http\Response;
use b8\View;