belongsTo(User::class, 'user_id', 'id'); } public function store() { return $this->belongsTo(Store::class, 'store_id', 'id'); } }