1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-10-13 11:47:56 +03:00

Applied latest styleci changes

This commit is contained in:
Dan Brown
2022-02-01 11:49:30 +00:00
parent 033b163675
commit 9d15688a43
4 changed files with 20 additions and 18 deletions

View File

@@ -101,6 +101,7 @@ class CreateAdmin extends Command
foreach ($this->options() as $key => $value) {
$returnOpts[str_replace('-', '_', $key)] = $value;
}
return $returnOpts;
}
}