From 6250e8d2fe565f85b1559dff8d90e1d0d62bbff5 Mon Sep 17 00:00:00 2001 From: Moritz Schroeder Date: Wed, 17 Feb 2016 19:05:17 +0100 Subject: [PATCH] Used old namespace --- Command/BundleTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/BundleTrait.php b/Command/BundleTrait.php index c3043fb..dd0ec23 100644 --- a/Command/BundleTrait.php +++ b/Command/BundleTrait.php @@ -8,7 +8,7 @@ * @license MIT License */ -namespace Propel\PropelBundle\Command; +namespace Propel\Bundle\PropelBundle\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface;