mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 04:44:46 +00:00
Code cleanup.
This commit is contained in:
@@ -258,7 +258,7 @@ class Roles implements ConfigurationInterface
|
||||
if ('_ignore' !== $role) {
|
||||
++$assigned;
|
||||
}
|
||||
if (in_array($role, ['amount','amount_credit','amount_debet'])) {
|
||||
if (in_array($role, ['amount', 'amount_credit', 'amount_debet'])) {
|
||||
$hasAmount = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user