Finally fix often reported enum issue in rule engine

This commit is contained in:
Sander Dorigo
2026-03-12 08:41:15 +01:00
parent 133449640d
commit 51e005f305
4 changed files with 20 additions and 5 deletions
+1
View File
@@ -122,6 +122,7 @@ final class HomeController extends Controller
*/
public function index(AccountRepositoryInterface $repository): mixed
{
$types = config('firefly.accountTypesByIdentifier.asset');
$count = $repository->count($types);
Log::channel('audit')->info('User visits homepage.');