thedevdojo / voyager-themes

Theme Hook for Voyager
81 stars 23 forks source link

Call to undefined method stdClass::getTranslatedAttribute() #28

Open d3turnes opened 4 years ago

d3turnes commented 4 years ago

hi.

When load the route admin/themes/options/sample-theme return error "Call to undefined method stdClass::getTranslatedAttribute()"

Laravel 5.8.35 Voyager: 1.2.11 or 1.3.0

error

diegobas commented 4 years ago

I don't know if it's the better way to fix this bug, but I've made a PR(#29) that works for me.

mrpk-dev commented 4 years ago

I don't know if it's the better way to fix this bug, but I've made a PR(#29) that works for me.

This problem can be returned from app('voager')->getVersion() because return the developer version for me (ex : 1.4.x-dev)