Skip to content

[Laravel] Add Laravel 6 instant upgrade set#2195

Merged
TomasVotruba merged 6 commits intomasterfrom
laravel6
Oct 24, 2019
Merged

[Laravel] Add Laravel 6 instant upgrade set#2195
TomasVotruba merged 6 commits intomasterfrom
laravel6

Conversation

@TomasVotruba
Copy link
Copy Markdown
Member

Closes #1949

  • laravel/framework@dcd6b59 - return deny

  • remove parameter type declaration - laravel/framework@67a38ba

  • laravel/framework@69de466 - method rename

  • The Lang::trans and Lang::transChoice methods of the translator have been renamed to Lang::get and Lang::choice - method rename - laravel/framework@efbe23c

  • The Input facade, which was primarily a duplicate of the Request facade, has been removed. If you are using the Input::get method, you should now call the Request::input method. All other calls to the Input facade may simply be updated to use the Request facade . laravel/framework@55785d3, static method call rename

  • The form request's validationData method was changed from protected to public. If you are overriding this method in your implementation, you should update the visibility to public, method visibility change protectedpublic, laravel/framework@e47e914

  • The Lang::get and Lang::getFromJson methods have been consolidated. Calls to the Lang::getFromJson method should be updated to call Lang::get - laravel/framework@697b898 - method rename

  • laravel/framework@6c1e014 - extra argument added

@TomasVotruba TomasVotruba merged commit 32a5e00 into master Oct 24, 2019
@TomasVotruba TomasVotruba deleted the laravel6 branch October 24, 2019 10:03
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.

[Laravel] Add Laravel 6 instant upgrade set

1 participant