codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.78k stars 224 forks source link

Got lazy load [frequencies] #300

Closed locnguyen1842 closed 3 years ago

locnguyen1842 commented 3 years ago

Hi, I got a lazy load exception on the tasks list view when the model preventLazyLoading turned on in laravel 8 Exception message: Attempted to lazy load [frequencies] on model [Studio\Totem\Task] but lazy loading is disabled.

o-kima commented 3 years ago

@locnguyen1842 Does PR https://github.com/codestudiohq/laravel-totem/pull/302 help you?

it's just merged to v8.3

locnguyen1842 commented 3 years ago

@o-kima yes, it did. Thanks for reminding me.