mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
Remove empty line
This commit is contained in:
parent
e9f1adc699
commit
6766ed562a
|
|
@ -140,7 +140,6 @@ final class Dispatcher
|
||||||
*/
|
*/
|
||||||
private function dispatchArray(array $controller, array $data = null) : array
|
private function dispatchArray(array $controller, array $data = null) : array
|
||||||
{
|
{
|
||||||
|
|
||||||
$views = [];
|
$views = [];
|
||||||
foreach ($controller as $controllerSingle) {
|
foreach ($controller as $controllerSingle) {
|
||||||
if ($data === null) {
|
if ($data === null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user