hi @jefsev you need a morphmap defined for this to work
j
jefsev
03/27/2023, 7:21 PM
You mean adding the following to the model? for activity to work or do i need to do more?
Relation::enforceMorphMap([
'post' => 'App\Models\Blogs',
]);
jefsev
03/27/2023, 7:21 PM
'blogs' => 'App\Models\Blogs', i mean
i
ifox
03/27/2023, 7:21 PM
yes that's it. enforceMorphMap will force you to add one for all models, but yes
j
jefsev
03/27/2023, 7:22 PM
Ah so if i only want blogs i better use morphMap instead i don't need all my models in the dashboard