Skip to content

Commit 74635a6

Browse files
authored
Update webapp/migrations/Version20240629154640.php
1 parent 3b1163e commit 74635a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/migrations/Version20240629154640.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function getDescription(): string
1919

2020
public function up(Schema $schema): void
2121
{
22-
foreach(self::NEW_ROLES as $role => $description) {
22+
foreach (self::NEW_ROLES as $role => $description) {
2323
$this->addSql(
2424
'INSERT INTO role (`role`, `description`) VALUES (:role, :desc)',
2525
['role' => $role, 'desc' => $description]

0 commit comments

Comments
 (0)