Fixing LocalBuild, it was in the wrong namespace.

This commit is contained in:
Dan Cryer 2013-05-16 00:51:12 +01:00
parent aaeda894ae
commit d4835b46fa

View file

@ -4,9 +4,10 @@
* Build model for table: build * Build model for table: build
*/ */
namespace PHPCI\Model; namespace PHPCI\Model\Build;
use PHPCI\Model\Build; use PHPCI\Model\Build;
use Symfony\Component\Yaml\Parser as YamlParser; use Symfony\Component\Yaml\Parser as YamlParser;
use PHPCI\Builder;
/** /**
* Build Model * Build Model