ardent
ardent copied to clipboard
Update MorphTo to enable polymorphic eager loading
Taylor recently made a changes to model file in order to enable polymorphic eager loading. More details here https://github.com/laravel/framework/commit/6e0ebee17789431b7c83f1cdcb35213255817905.
The polymorphic eager loading was added only in 4.1.24 version of laravel framework.
This worked for me. Thanks!