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 655c82f commit a2e2703Copy full SHA for a2e2703
src/EventListener/SchemaFilterListener.php
@@ -19,7 +19,7 @@
19
*/
20
final class SchemaFilterListener
21
{
22
- public function __construct(private string $configurationTableName)
+ public function __construct(private readonly string $configurationTableName)
23
24
}
25
0 commit comments