This commit is contained in:
Ruben 2017-03-31 12:25:57 +02:00
parent 4aacc786d4
commit a591e7e1b5

View file

@ -39,3 +39,4 @@ class StatsControllerProvider implements ControllerProviderInterface
return $app['serializer']->serialize($stats, 'json');
});
}
}