mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -119,7 +119,7 @@ class BunqPrerequisites implements PrerequisitesInterface
|
||||
|
||||
try {
|
||||
/** @var ApiContext $object */
|
||||
$object = app(ApiContext::class);
|
||||
$object = app(ApiContext::class);
|
||||
$apiContext = $object->create($environment, $apiKey, $deviceDescription, $permittedIps);
|
||||
} catch (FireflyException $e) {
|
||||
$messages = new MessageBag();
|
||||
|
||||
Reference in New Issue
Block a user