Skip to content

Commit

Permalink
Add namespace to comment section (#6869)
Browse files Browse the repository at this point in the history
There was no import for these 2 namespace!
Then I added the full namespace.
  • Loading branch information
reziamini authored Feb 26, 2021
1 parent 3661bb0 commit eb94608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ In addition to constructor injection, you may also type-hint dependencies on you
/**
* Store a new user.
*
* @param Request $request
* @return Response
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function store(Request $request)
{
Expand Down

0 comments on commit eb94608

Please sign in to comment.