mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -67,7 +67,7 @@ class ActionFactory
|
||||
throw new FireflyException('No such action exists ("'.e($actionType).'").');
|
||||
}
|
||||
|
||||
$class = $actionTypes[$actionType];
|
||||
$class = $actionTypes[$actionType];
|
||||
if (!class_exists($class)) {
|
||||
throw new FireflyException('Could not instantiate class for rule action type "'.e($actionType).'" ('.e($class).').');
|
||||
}
|
||||
|
Reference in New Issue
Block a user