Fix interface controller

This commit is contained in:
Ruben 2016-11-03 00:16:32 +01:00
parent a1978f5a16
commit da3a9bb83b
1 changed files with 3 additions and 0 deletions

View File

@ -60,5 +60,8 @@ class InterfaceControllerProvider implements ControllerProviderInterface
return $app['serializer']->serialize($output, 'json');
});
return $controllers;
}
}