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