add error notification important feature

This commit is contained in:
Cüneyt Şentürk
2021-02-12 19:26:38 +03:00
parent bdc17242a6
commit 9665d8d695
43 changed files with 102 additions and 102 deletions

View File

@ -86,7 +86,7 @@ class Handler extends ExceptionHandler
return response()->json(['error' => 'Not Found'], 404);
}
flash(trans('errors.body.page_not_found'))->error();
flash(trans('errors.body.page_not_found'))->error()->important();
// normal 404 view page feedback
return redirect()