app\models\AccountGatewayToken::account_gateway PHP Method

account_gateway() public method

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