Fixing BuildStore

This commit is contained in:
Dan Cryer 2014-05-12 15:56:39 +01:00
commit 4eaa1d33d2

View file

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