Laravel obtient des noms polymorphes

(new Post())->getMorphClass()
// Or
$post->getMorphClass()
MahdiGraph