Tom Brouws

Results 2 issues of Tom Brouws

I'm developing an application which uses ground:db to ensure no data is lost when the app is offline. When testing, I noticed that when leaving the app open all methods...

The current documentation (https://symfony.com/bundles/DoctrineMigrationsBundle/current/index.html#migration-dependencies) refers to using `ContainerAwareInterface` in order to inject the entire container into a migration. In Symfony 6.4 this interface is deprecated, and it is removed in...