belongsTo(SantTemp::class, 'relation_id'); } /** * Get the user that owns the phone. */ public function user() { return $this->belongsTo(User::class, 'relation_id'); } }