thiagoprz / eloquent-composite-key

Eloquent Composite Key Support Package
MIT License
47 stars 6 forks source link

fix: Error when using Inheritance #4

Closed thiagoprz closed 10 months ago

thiagoprz commented 11 months ago

Replacing $modelClass = self::class; with $modelClass = get_called_class(); to have proper inheritance fix on getting the actual current model class on find and findOrFail methods