Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Alias for Field Names #2

Open
ykh opened this issue Sep 5, 2017 · 1 comment
Open

Define Alias for Field Names #2

ykh opened this issue Sep 5, 2017 · 1 comment

Comments

@ykh
Copy link

ykh commented Sep 5, 2017

e.g:

public function getFieldsStub()
    {
        return [
            'id' => 'string',
            'first_name' => 'string',
            'email' => 'string'
        ];
    }

public function getFieldsAlises()
    {
        return [
            'first_name' => 'first-name',
            'email' => 'mail'
        ];
    }
@sabloger
Copy link
Owner

sabloger commented Sep 23, 2017

Hi,
Thank you for suggesting. This feature will deliver in few days later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants