Fix interface controller
This commit is contained in:
parent
a1978f5a16
commit
da3a9bb83b
1 changed files with 3 additions and 0 deletions
|
@ -60,5 +60,8 @@ class InterfaceControllerProvider implements ControllerProviderInterface
|
||||||
|
|
||||||
return $app['serializer']->serialize($output, 'json');
|
return $app['serializer']->serialize($output, 'json');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
return $controllers;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue