Skip to content

Commit eb59fe3

Browse files
authored
Merge pull request #650 from greg0ire/ro-property
Make property readonly
2 parents 655c82f + a2e2703 commit eb59fe3

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)