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