Skip to content

Commit 3b1163e

Browse files
authored
Update webapp/migrations/Version20240629154640.php
1 parent 9c9f1f0 commit 3b1163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/migrations/Version20240629154640.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function up(Schema $schema): void
2929

3030
public function down(Schema $schema): void
3131
{
32-
foreach(array_keys(self::NEW_ROLES) as $role) {
32+
foreach (array_keys(self::NEW_ROLES) as $role) {
3333
$this->addSql('DELETE FROM role WHERE role = ' . $role );
3434
}
3535
}

0 commit comments

Comments
 (0)