I created a model in my laravel project and put constructor function in there however someone told me there is a prebuilt constructor method in laravel's eloquent.
Does it mean that creating my __constructor()
I am overriding the present constructor that is hidden somewhere?