Skip to content

Commit

Permalink
chore: fix styleci for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Danjosh0211 committed Apr 14, 2023
1 parent 05f9f30 commit 12ea079
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Frontend/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public function profileEdit($id)

if ($id != auth()->user()->id) {
return redirect()->route('frontend.users.profile', encode_id($id));

}

$$module_name_singular = $module_model::findOrFail($id);
Expand Down Expand Up @@ -317,7 +316,6 @@ public function edit($id)
*/
public function update(Request $request, $id)
{

$module_name = $this->module_name;
$module_name_singular = Str::singular($this->module_name);

Expand Down

0 comments on commit 12ea079

Please sign in to comment.