Skip to content

Commit

Permalink
Revert the final keywords for dataset methods (#1499)
Browse files Browse the repository at this point in the history
Remove the final keyword, as the signature change breaks existing code.
  • Loading branch information
dgrothaus-mc authored Apr 9, 2024
1 parent d57c9cd commit 460ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/lib/yform/manager/dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ private static function tableToModel(string $table): string
/**
* @internal
*/
final protected static function modelToTable(): string
protected static function modelToTable(): string
{
$class = static::class;

Expand Down

0 comments on commit 460ebd1

Please sign in to comment.