Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
render path
Browse files Browse the repository at this point in the history
  • Loading branch information
vvval authored Aug 2, 2017
1 parent 88ab871 commit 3a1ce1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/FAQ/Controllers/FAQController.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function editAction($id, Statuses $statuses): string
}
$this->allows('view', ['entity' => $faq]);

return $this->views->render('keeper:faq/edit', [
return $this->views->render('faq:edit', [
'entity' => $faq,
'statuses' => $statuses
]);
Expand Down Expand Up @@ -153,4 +153,4 @@ public function updateAction($id, FAQRequest $request, \Spiral\FAQ\FAQ $service)
'action' => 'reload'
];
}
}
}

0 comments on commit 3a1ce1c

Please sign in to comment.