fix missing view

This commit is contained in:
2024-04-24 20:50:43 +10:00
parent 988dbd4edc
commit 1053fbc797

View File

@@ -57,7 +57,7 @@ class PostController extends Controller
*/
public function admin_create()
{
return view('admin.post.create');
return view('admin.post.edit');
}
/**