Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 11, 2023
1 parent 0092e6f commit 8aaa5aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/pimcore/config.yaml
@@ -1,3 +1,3 @@
doctrine_migrations:
migrations_paths:
'SchemaBundle\Migrations': '@SchemaBundle/Migrations'
'SchemaBundle\Migrations': '@SchemaBundle/src/Migrations'
1 change: 0 additions & 1 deletion src/DependencyInjection/SchemaExtension.php
Expand Up @@ -2,7 +2,6 @@

namespace SchemaBundle\DependencyInjection;

use SchemaBundle\EventListener\SchemaListener;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
Expand Down

0 comments on commit 8aaa5aa

Please sign in to comment.