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

View file

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