You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -728,7 +728,7 @@ There is also DelegatingManager, which can be used as router to different other
728
728
729
729
```yaml
730
730
Arxy\FilesBundle\DelegatingManager:
731
-
$managers: ['@manager_1', '@manager_2']
731
+
$managers: ['@manager_1', '@manager_2']
732
732
```
733
733
734
734
Then you can do: `$manager->getManagerFor(File::class)->upload($file)`. Note: If you do
@@ -975,4 +975,4 @@ Currently, only image preview generator exists. You can add your own image previ
975
975
976
976
# Known issues
977
977
978
-
- If file entity is deleted within transaction and transaction is rolled back - file will be deleted. I'm waiting for DBAL 3.2.* release to be able to fix that.
0 commit comments