mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Code fixes.
This commit is contained in:
@@ -165,8 +165,6 @@ class UpdateControllerTest extends TestCase
|
||||
$fieldSet->addField(Field::createBasic('transactions/0/' . $value, 'uuid'));
|
||||
$configuration->addOptionalFieldSet($value, $fieldSet);
|
||||
}
|
||||
$result = $configuration->generateAll();
|
||||
|
||||
return $result;
|
||||
return $configuration->generateAll();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user