From ab1374b17ab8e9b21538f726cf5444fd8f61dee3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 15 Mar 2024 21:57:48 +0000 Subject: [PATCH] more code fixes --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 17c4246..c1af8a2 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -162,7 +162,7 @@ final class Installer extends InstallerAbstract ? AccountType::DEBITOR : AccountType::CREDITOR; - foreach ($mapper::yield()->execute() as $person) { + foreach ($mapper::yield()->executeYield() as $person) { $response = new HttpResponse(); $request = new HttpRequest();