Stats
This commit is contained in:
parent
a591e7e1b5
commit
35929ced49
1 changed files with 2 additions and 0 deletions
|
@ -38,5 +38,7 @@ class StatsControllerProvider implements ControllerProviderInterface
|
||||||
}
|
}
|
||||||
return $app['serializer']->serialize($stats, 'json');
|
return $app['serializer']->serialize($stats, 'json');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return $controllers;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue