This commit is contained in:
Ruben 2017-03-31 12:26:39 +02:00
parent a591e7e1b5
commit 35929ced49

View file

@ -38,5 +38,7 @@ class StatsControllerProvider implements ControllerProviderInterface
} }
return $app['serializer']->serialize($stats, 'json'); return $app['serializer']->serialize($stats, 'json');
}); });
return $controllers;
} }
} }