Skip to content

Commit

Permalink
fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Sep 10, 2023
1 parent 8825e0d commit 7e7de17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Services/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ public function store(Request $request)
return false;
}

/**
* @param $q
* @return \Illuminate\Database\Eloquent\Builder[]|\Illuminate\Database\Eloquent\Collection
*/
public function show($q)
{
return $this->findWhere($q)->get()->append(['tiktok_videos']);
Expand Down

0 comments on commit 7e7de17

Please sign in to comment.