|
|
@ -40,7 +40,7 @@ class Stepper { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function handle() { |
|
|
public function handle() { |
|
|
echo $this->twig->render('stepper.twig.htm', [ |
|
|
|
|
|
|
|
|
return $this->twig->render('stepper.twig.htm', [ |
|
|
'sprite' => $this->url.'assets/public/sprite.svg' |
|
|
'sprite' => $this->url.'assets/public/sprite.svg' |
|
|
]); |
|
|
]); |
|
|
} |
|
|
} |
|
|
|