mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
more code fixes
This commit is contained in:
parent
05d1e46ef7
commit
ab1374b17a
|
|
@ -162,7 +162,7 @@ final class Installer extends InstallerAbstract
|
||||||
? AccountType::DEBITOR
|
? AccountType::DEBITOR
|
||||||
: AccountType::CREDITOR;
|
: AccountType::CREDITOR;
|
||||||
|
|
||||||
foreach ($mapper::yield()->execute() as $person) {
|
foreach ($mapper::yield()->executeYield() as $person) {
|
||||||
$response = new HttpResponse();
|
$response = new HttpResponse();
|
||||||
$request = new HttpRequest();
|
$request = new HttpRequest();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user