PHP-CS fixing

This commit is contained in:
Philipp Holzer 2021-07-18 23:29:56 +02:00
parent cbe522ee82
commit 2fe28af74f
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 2 additions and 2 deletions

View File

@ -111,9 +111,9 @@ class Storage extends BaseAdmin
if (count($storage_form) > 0) {
$available_storage_forms[] = [
'name' => $name,
'name' => $name,
'prefix' => $storage_form_prefix,
'form' => $storage_form,
'form' => $storage_form,
];
}
}