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