diff --git a/PHPCI/Store/BuildStore.php b/PHPCI/Store/BuildStore.php index 142dd56b..469e7ec2 100644 --- a/PHPCI/Store/BuildStore.php +++ b/PHPCI/Store/BuildStore.php @@ -10,6 +10,7 @@ namespace PHPCI\Store; use b8\Database; +use PHPCI\Model\Build; use PHPCI\Store\Base\BuildStoreBase; /**