This commit is contained in:
Ruben 2017-03-31 12:26:39 +02:00
parent a591e7e1b5
commit 35929ced49
1 changed files with 2 additions and 0 deletions

View File

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