what is @
parent in laravel
Answers
Answered by
2
Answer:It means the class that you see that in is calling the boot method for the class it is extending. As an example, if you see it in the User model and it is extending Illuminate\Database\Eloquent\Model class, it is calling the boot method for that Model class.
Explanation:
Similar questions