app\models\AccountGatewayToken::account_gateway PHP 메소드

account_gateway() 공개 메소드

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