mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Rebuild frontend.
This commit is contained in:
@@ -49,7 +49,7 @@ class Breadcrumbs extends AbstractExtension
|
||||
{
|
||||
return new TwigFunction(
|
||||
'ff3bc',
|
||||
static function (array $args): string {
|
||||
static function (?array $args): string {
|
||||
$name = Route::getCurrentRoute()->getName() ?? '';
|
||||
|
||||
// loop for actual breadcrumb:
|
||||
|
Reference in New Issue
Block a user