Fixed edit entry post issue

This commit is contained in:
2017-10-27 14:34:55 +07:00
parent 6a4fd98a03
commit 766fe4425d
7 changed files with 34 additions and 24 deletions

View File

@@ -192,7 +192,7 @@ class Home
echo json_encode([
'status' => true,
'route_to' => '',
'message' => 'User berhasil ditambahkan'
'message' => 'Proses berhasil'
]);die();
}
Session::flash('info', 'Registrasi berhasil');