This commit is contained in:
Ruben 2017-03-31 12:25:57 +02:00
parent 4aacc786d4
commit a591e7e1b5
1 changed files with 1 additions and 0 deletions

View File

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