Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
removed shortcut for view
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed May 5, 2017
1 parent 597ad8a commit 250fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controller/PeopleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function view(PersonRepositoryInterface $people, $indentifier){
$this->template->set('meta_title', $person->name);
$this->template->set('meta_description', $person->description);

return $this->view->make('module::people/view', compact('person'));
return $this->view->make('wirelab.module.people::people/view', compact('person'));
}
}

0 comments on commit 250fa7c

Please sign in to comment.