Add basic notifications

This commit is contained in:
DariusIII
2019-08-09 12:30:37 +02:00
parent db8138d678
commit 18212e7f7e
8 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -357,6 +357,6 @@ class ProfileController extends BasePageController
return redirect('profile');
}
return view('errors.badboy')->with('Message', 'Dont try to delete another user account!');
return view('errors.badboy')->with('warning', 'Dont try to delete another user account!');
}
}