Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namespace to comment section #6869

Merged
merged 1 commit into from
Feb 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add namespace to comment section
There was no import for these 2 namespace!
Then I added the full namespace.
  • Loading branch information
reziamini authored Feb 26, 2021
commit 884cd17c0344f30d23ae32b9a5330c13dec47238
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