Skip to content

Commit

Permalink
Merge pull request #8251 from ladybirdweb/analysis-PGw9dW
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
bhanu2217 authored Oct 20, 2023
2 parents 6885c0f + 2a272c1 commit 75cfc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Job/QueueController.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function update($id, QueueRequest $request)
}
}

return redirect()->back()->with('success',trans('lang.updated'));
return redirect()->back()->with('success', trans('lang.updated'));
} catch (Exception $ex) {
return redirect()->back()->with('fails', $ex->getMessage());
}
Expand Down

0 comments on commit 75cfc52

Please sign in to comment.