Commit ae82b115 by Bagus Pambudi

fix section

parent c685b74c
......@@ -63,7 +63,7 @@ class PageController extends Controller
*/
public function create()
{
$categories = Categories::pluck('name','section', 'id');
$categories = Categories::pluck('name', 'id');
$data = [
'categories' => $categories,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment