[ SyncImportedUserProfile::class, ], ]; public function register(): void { $this->app->register(RelationshipServiceProvider::class); } public function boot(): void { $this->registerEvents(); } }