Computer Science, asked by pppppppp19pppp, 5 months ago

what is @
parent in laravel​

Answers

Answered by alanbaiju6515
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