Skip to content

Commit

Permalink
fix migration interface
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Mar 3, 2023
1 parent c4d1342 commit 7441d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

```json
"require" : {
"dachcom-digital/formbuilder" : "~4.2.0"
"dachcom-digital/formbuilder" : "~4.4.0"
}
```

Expand Down
3 changes: 2 additions & 1 deletion src/FormBuilderBundle/Migrations/Version20230303094642.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
use FormBuilderBundle\Tool\Install;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerAwareTrait;

final class Version20230303094642 extends AbstractMigration
final class Version20230303094642 extends AbstractMigration implements ContainerAwareInterface
{
use ContainerAwareTrait;

Expand Down

0 comments on commit 7441d2e

Please sign in to comment.