Skip to content

Commit

Permalink
Update webapp/migrations/Version20240629154640.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Jul 3, 2024
1 parent 3b1163e commit 74635a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/migrations/Version20240629154640.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getDescription(): string

public function up(Schema $schema): void
{
foreach(self::NEW_ROLES as $role => $description) {
foreach (self::NEW_ROLES as $role => $description) {
$this->addSql(
'INSERT INTO role (`role`, `description`) VALUES (:role, :desc)',
['role' => $role, 'desc' => $description]
Expand Down

0 comments on commit 74635a6

Please sign in to comment.