We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1342 commit 7441d2eCopy full SHA for 7441d2e
README.md
@@ -21,7 +21,7 @@
21
22
```json
23
"require" : {
24
- "dachcom-digital/formbuilder" : "~4.2.0"
+ "dachcom-digital/formbuilder" : "~4.4.0"
25
}
26
```
27
src/FormBuilderBundle/Migrations/Version20230303094642.php
@@ -7,9 +7,10 @@
7
use Doctrine\DBAL\Schema\Schema;
8
use Doctrine\Migrations\AbstractMigration;
9
use FormBuilderBundle\Tool\Install;
10
+use Symfony\Component\DependencyInjection\ContainerAwareInterface;
11
use Symfony\Component\DependencyInjection\ContainerAwareTrait;
12
-final class Version20230303094642 extends AbstractMigration
13
+final class Version20230303094642 extends AbstractMigration implements ContainerAwareInterface
14
{
15
use ContainerAwareTrait;
16
0 commit comments