This commit is contained in:
Ruben 2017-03-31 12:28:04 +02:00
parent 1d88ea42aa
commit b3fc783098
1 changed files with 2 additions and 1 deletions

View File

@ -24,9 +24,10 @@ class StatsControllerProvider implements ControllerProviderInterface
{
// creates a new controller based on the default route
$controllers = $app['controllers_factory'];
$gameRepo = $this->_eh->getEm()->getRepository(Models\Game::class);
$controllers->get('/', function (Application $app) {
$gameRepo = $this->_eh->getEm()->getRepository(Models\Game::class);
$stats = [
'new_games' => [],
'new_users' => [],