Skip to content

Commit a2e2703

Browse files
committed
Make property readonly
1 parent 655c82f commit a2e2703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/SchemaFilterListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class SchemaFilterListener
2121
{
22-
public function __construct(private string $configurationTableName)
22+
public function __construct(private readonly string $configurationTableName)
2323
{
2424
}
2525

0 commit comments

Comments
 (0)