belongsTo(User::class); } public function routeNotificationForSlack(): string { return config("services.slack.default_channel"); } protected static function newFactory(): KeyFactory { return KeyFactory::new(); } }