How to call overrided boot method inside of trait?
I want to automatically create tracking_code when I save model so, I've put in boot method, and extracted that to a trait. Now I want to add extra things to boot method, and when I define that it overrides my trait implementation....