- edit destroy methods
This commit is contained in:
@@ -40,6 +40,6 @@ class MessageController extends Controller
|
||||
|
||||
return redirect()
|
||||
->route('admin.message.index')
|
||||
->with(['success' => 'Wiadomość od '. $sender .' została usunięta']);
|
||||
->with('info', 'Wiadomość od '. $sender .' została usunięta.');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user