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

Add Auto Casting a variable using [ $casts ] #531

Closed
wants to merge 2 commits into from
Closed

Add Auto Casting a variable using [ $casts ] #531

wants to merge 2 commits into from

Conversation

mean-cj
Copy link

@mean-cj mean-cj commented Jun 29, 2015

Eloquest Config

protected $casts_override = true;
protected $casts = [
    'id' => 'integer',
    'name' => 'string'
];

@amiri27
Copy link

amiri27 commented Jun 12, 2016

@jenssegers I think you can merge #834 and close this pull request.

@iZaL
Copy link

iZaL commented Jan 23, 2017

any plan on merging this PR ?

@jenssegers jenssegers closed this Jul 22, 2018
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

Successfully merging this pull request may close these issues.

4 participants