mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 16:47:30 +02:00
Blueprint refactor: Code style
This commit is contained in:
@@ -299,7 +299,7 @@ class Blueprint extends BaseBlueprints implements ExportInterface
|
||||
if ($this->context) {
|
||||
$values = (array) $params;
|
||||
if (!isset($field['fields'])) {
|
||||
$field['fields'] = array();
|
||||
$field['fields'] = [];
|
||||
}
|
||||
foreach ($values as $bname) {
|
||||
$b = $this->context->get($bname);
|
||||
|
||||
Reference in New Issue
Block a user