Skip to content

Commit

Permalink
style: styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve committed Jan 25, 2025
1 parent 2e8385b commit 55b13ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/Configuration/SeatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function postUpdateSettings(SeatSettings $request)
//check if we have changed the admin contact.
if ($request->admin_contact !== setting('admin_contact', true)){
setting(['admin_contact', $request->admin_contact], true);

return redirect()->back()
->with('warning', 'SeAT settings updated! Admin Contact has changed, please restart SeAT to apply this change!');
}
Expand Down

0 comments on commit 55b13ea

Please sign in to comment.