Stevebauman\Inventory\Models\Inventory::category PHP 메소드

category() 공개 메소드

The hasOne category relationship.
public category ( ) : Illuminate\Database\Eloquent\Relations\HasOne
리턴 Illuminate\Database\Eloquent\Relations\HasOne
    public function category()
    {
        return $this->hasOne(Category::class);
    }