Skip to content

Commit 238339a

Browse files
committed
Default value is handled in extension.neon
1 parent 559c562 commit 238339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Phinx/EnforceCollationRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class EnforceCollationRule extends PhinxRule
2121
{
22-
public function __construct(private readonly string $requiredCollation = 'utf8')
22+
public function __construct(private readonly string $requiredCollation)
2323
{
2424
}
2525

0 commit comments

Comments
 (0)