spatie/laravel-model-status

Call to a member function getRelated() on null

srigurubyo opened this issue · 1 comments

I have this successfully installed and ran migration to create statues table as well. However when I run I get below error.

Error
Call to a member function getRelated() on null

Query from the debug panel is pasted below for more information.

select * from "statuses" where "statuses"."model_id" is null and "statuses"."model_id" is not null and "statuses"."model_type" = ? order by "id" desc limit 1

Found out the solution. I had not mapped the fields properly.