mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Fix array dispatch after test
This commit is contained in:
parent
e4efa28263
commit
e34f0fe715
|
|
@ -135,9 +135,7 @@ class Dispatcher
|
|||
{
|
||||
$views = [];
|
||||
foreach ($controller as $controllerSingle) {
|
||||
foreach ($controllerSingle as $c) {
|
||||
$views += $this->dispatch($c, ...$data);
|
||||
}
|
||||
$views += $this->dispatch($controllerSingle, ...$data);
|
||||
}
|
||||
|
||||
return $views;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user