Merge pull request #8251 from ladybirdweb/analysis-PGw9dW
Apply fixes from StyleCI
This commit is contained in:
@@ -70,7 +70,7 @@ class QueueController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect()->back()->with('success',trans('lang.updated'));
|
return redirect()->back()->with('success', trans('lang.updated'));
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
return redirect()->back()->with('fails', $ex->getMessage());
|
return redirect()->back()->with('fails', $ex->getMessage());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user