fix: entity handle can be an empty string

This commit is contained in:
Maël Gangloff
2024-07-21 02:25:37 +02:00
parent 17a1cc2938
commit 63f8dc168d
5 changed files with 24 additions and 2 deletions

15
assets/controllers.json Normal file
View File

@@ -0,0 +1,15 @@
{
"controllers": {
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
},
"mercure-turbo-stream": {
"enabled": false,
"fetch": "eager"
}
}
},
"entrypoints": []
}