- Timestamp:
- 10/18/21 19:54:18 (3 years ago)
- Branches:
- develop, master
- Children:
- b9c4a92
- Parents:
- bd9e8e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Requests/Dashboard/UsernameSettingsRequest.php
rbd9e8e3 re6c1f87 35 35 $response = redirect() 36 36 ->route('dashboard.settings.index') 37 ->with (['active_tab' => 'security'])37 ->withInput(['active_tab' => 'security']) 38 38 ->withErrors($validator); 39 39 40 throw (new ValidationException($validator , $response))40 throw (new ValidationException($validator)) 41 41 ->errorBag($this->errorBag) 42 42 ->redirectTo($this->getRedirectUrl());
Note:
See TracChangeset
for help on using the changeset viewer.