belongsTo(User::class); } /** * @inheritDoc */ public function logDescriptor(): string { return "{$this->driver}; {$this->user->logDescriptor()}"; } }