Fixing BuildStore

This commit is contained in:
Dan Cryer 2014-05-12 15:56:39 +01:00
parent 1efbf62ff3
commit 6177b6e406

View file

@ -10,6 +10,7 @@
namespace PHPCI\Store;
use b8\Database;
use PHPCI\Model\Build;
use PHPCI\Store\Base\BuildStoreBase;
/**