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

Commit 3a1ce1c

Browse files
authored
render path
1 parent 88ab871 commit 3a1ce1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/FAQ/Controllers/FAQController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function editAction($id, Statuses $statuses): string
7979
}
8080
$this->allows('view', ['entity' => $faq]);
8181

82-
return $this->views->render('keeper:faq/edit', [
82+
return $this->views->render('faq:edit', [
8383
'entity' => $faq,
8484
'statuses' => $statuses
8585
]);
@@ -153,4 +153,4 @@ public function updateAction($id, FAQRequest $request, \Spiral\FAQ\FAQ $service)
153153
'action' => 'reload'
154154
];
155155
}
156-
}
156+
}

0 commit comments

Comments
 (0)