app->bind(AttachmentServiceContract::class, AttachmentService::class); } /** * Bootstrap services. */ public function boot(): void { // TODO: [ ] check if we can add more from Cattr modules Relation::morphMap(AttachmentHelper::ABLE_BY); } }