You may register the morphMap in the boot function of your
AppProvidersAppServiceProvider class or create a separate service provider
if you wish.
use IlluminateDatabaseEloquentRelationsRelation;
Relation::morphMap([
'post' => 'AppModelsPost',
'video' => 'AppModelsVideo',
]);