This release allows for this trait to be used on an abstract
model and it will correctly be used on the implementing class.
Changes
- Changed
$cacheAttributes
to no longer be static (but will still look forstatic::$cacheAttributes
) - Changed the model lifecycle hook to "initialize" to allow for proper
$this
use