Skip to content

Commit

Permalink
Move class DoctrineBehaviorsBundle (https://symfony.com/doc/current/b…
Browse files Browse the repository at this point in the history
  • Loading branch information
uginroot committed Mar 19, 2020
1 parent 825cfaf commit ccc76fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Knp\DoctrineBehaviors\Bundle;
namespace Knp\DoctrineBehaviors;

use Knp\DoctrineBehaviors\Bundle\DependencyInjection\DoctrineBehaviorsExtension;
use Symfony\Component\DependencyInjection\Extension\Extension;
Expand Down
2 changes: 1 addition & 1 deletion tests/HttpKernel/DoctrineBehaviorsKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Knp\DoctrineBehaviors\Tests\HttpKernel;

use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Knp\DoctrineBehaviors\Bundle\DoctrineBehaviorsBundle;
use Knp\DoctrineBehaviors\DoctrineBehaviorsBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
Expand Down

0 comments on commit ccc76fa

Please sign in to comment.