app\models\PaymentType::gatewayType PHP 메소드

gatewayType() 공개 메소드

public gatewayType ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo
    public function gatewayType()
    {
        return $this->belongsTo('App\\Models\\GatewayType');
    }
PaymentType