mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Code cleanup and realign.
This commit is contained in:
@@ -46,7 +46,7 @@ class General extends Twig_Extension
|
||||
$this->balance(),
|
||||
$this->formatFilesize(),
|
||||
$this->mimeIcon(),
|
||||
$this->markdown()
|
||||
$this->markdown(),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -249,6 +249,7 @@ class General extends Twig_Extension
|
||||
if ($repository->hasRole(auth()->user(), $role)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user