Skip to content

Commit

Permalink
fixed namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Paszkiewicz committed Apr 2, 2013
1 parent c51865c commit 3115c86
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Controller/CommonController.php
Expand Up @@ -6,7 +6,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Controller;
namespace Stermedia\Bundle\CommonBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\RedirectResponse;
Expand Down
2 changes: 1 addition & 1 deletion Extension/Twig/LocalizedDateExtension.php
Expand Up @@ -5,7 +5,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Extension\Twig;
namespace Stermedia\Bundle\CommonBundle\Extension\Twig;

/**
* Localized Date Extension
Expand Down
2 changes: 1 addition & 1 deletion StermediaCommonBundle.php
Expand Up @@ -8,7 +8,7 @@
* with this source code in the file LICENSE.
*/

namespace Stermedia\CommonBundle;
namespace Stermedia\Bundle\CommonBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

Expand Down
2 changes: 1 addition & 1 deletion Tests/ClientAwareWebTestCase.php
Expand Up @@ -6,7 +6,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Tests;
namespace Stermedia\Bundle\CommonBundle\Tests;

use Symfony\Component\Console\Application;

Expand Down
3 changes: 1 addition & 2 deletions Tests/ContainerAwareTestCase.php
Expand Up @@ -5,10 +5,9 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Tests;
namespace Stermedia\Bundle\CommonBundle\Tests;

use Symfony\Component\Console\Application;

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseAwareTestCase.php
Expand Up @@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/

namespace Stermedia\CommonBundle\Tests;
namespace Stermedia\Bundle\CommonBundle\Tests;

use Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader;
use Doctrine\ORM\Tools\SchemaTool;
Expand Down
2 changes: 1 addition & 1 deletion Util/FakeUploadedFile.php
Expand Up @@ -5,7 +5,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Util;
namespace Stermedia\Bundle\CommonBundle\Util;

use Symfony\Component\HttpFoundation\File\UploadedFile;

Expand Down
2 changes: 1 addition & 1 deletion Util/FileUtil.php
Expand Up @@ -5,7 +5,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Util;
namespace Stermedia\Bundle\CommonBundle\Util;

use Symfony\Component\HttpFoundation\File\Exception\FileException;
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser;
Expand Down
2 changes: 1 addition & 1 deletion Util/ImageUtil.php
Expand Up @@ -5,7 +5,7 @@
* (c) Stermedia <http://stermedia.pl/>
*/

namespace Stermedia\CommonBundle\Util;
namespace Stermedia\Bundle\CommonBundle\Util;

use Symfony\Component\HttpFoundation\File\Exception\FileException;

Expand Down

0 comments on commit 3115c86

Please sign in to comment.