mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
PHPstan fixes.
This commit is contained in:
@@ -674,7 +674,7 @@ class CategoryController extends Controller
|
||||
|
||||
|
||||
try {
|
||||
$result = (string)view('reports.partials.categories', compact('report'))->render();
|
||||
$result = view('reports.partials.categories', compact('report'))->render();
|
||||
$cache->store($result);
|
||||
} catch (Throwable $e) {
|
||||
app('log')->error(sprintf('Could not render category::expenses: %s', $e->getMessage()));
|
||||
|
||||
Reference in New Issue
Block a user