We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9f1f0 commit 3b1163eCopy full SHA for 3b1163e
webapp/migrations/Version20240629154640.php
@@ -29,7 +29,7 @@ public function up(Schema $schema): void
29
30
public function down(Schema $schema): void
31
{
32
- foreach(array_keys(self::NEW_ROLES) as $role) {
+ foreach (array_keys(self::NEW_ROLES) as $role) {
33
$this->addSql('DELETE FROM role WHERE role = ' . $role );
34
}
35
0 commit comments