Skip to content

Commit

Permalink
Merge 3b38cd5 into e3c3bf9
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Oct 23, 2019
2 parents e3c3bf9 + 3b38cd5 commit aab7134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kunstmaan/NodeBundle/Controller/SlugController.php
Expand Up @@ -109,6 +109,7 @@ public function slugAction(Request $request, $url = null, $preview = false)

$template = new Template(array());
$template->setTemplate($view);
$template->setOwner([SlugController::class, 'slugAction']);

$request->attributes->set('_template', $template);

Expand Down

0 comments on commit aab7134

Please sign in to comment.