Skip to content

Commit

Permalink
[#39] - Static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano-pacheco committed Feb 20, 2024
1 parent 932cde8 commit 4d60d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Setup/Patch/Data/DeleteOldMessageTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function apply(): self

public static function getDependencies(): array
{
return [CopyDataFromOldMessageTable::class];
return [ CopyDataFromOldMessageTable::class ];
}
}

0 comments on commit 4d60d49

Please sign in to comment.