LaravelDaily/Test-Eloquent-Relationships

First task

mabdulkarim opened this issue · 0 comments

The first task says in the method: "TASK: fix this by adding a parameter". I thought I had to add a parameter to the method. But what you meant is by adding an argument. Correct me if I was wrong. A parameter is a variable that you give to the function which you created and an argument is a value you pass to that function.