Fixing the build controller.

This commit is contained in:
Dan Cryer 2013-05-10 16:36:25 +01:00
parent a1164ecaa4
commit 93052d6cf0

View file

@ -2,6 +2,7 @@
namespace PHPCI\Controller;
use b8,
b8\Registry,
PHPCI\Model\Build;
class BuildController extends b8\Controller