Fix interface controller
This commit is contained in:
parent
8547080eb8
commit
e5f890438e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class InterfaceControllerProvider implements ControllerProviderInterface
|
||||||
$controllers->get('/images', function (Application $app) {
|
$controllers->get('/images', function (Application $app) {
|
||||||
|
|
||||||
$getEmoBlocks = function($emotion, $feature, $steps = 6) {
|
$getEmoBlocks = function($emotion, $feature, $steps = 6) {
|
||||||
$hitRepo = $this->_eh->getEm()->getRepository(EmotionHero\Models\Hit::class);
|
$hitRepo = $this->_eh->getEm()->getRepository(Models\Hit::class);
|
||||||
$blocks = [];
|
$blocks = [];
|
||||||
foreach(range(0, 100, 100/($steps-1)) as $i) {
|
foreach(range(0, 100, 100/($steps-1)) as $i) {
|
||||||
/* @var $hitRepo EmotionHero\Models\HitRepository */
|
/* @var $hitRepo EmotionHero\Models\HitRepository */
|
||||||
|
|
Loading…
Reference in a new issue