belongsTo(User::class); } public function shop() { return $this->belongsTo(Shop::class); } public function operator() { return $this->belongsTo(User::class, 'operator_id'); } }