public function user(): IlluminateDatabaseEloquentRelationsHasOne { return $this->hasOne(User::class, 'id', 'user_id'); }