Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /