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 set for Laravel 9.x #49

Merged
merged 8 commits into from
May 28, 2022
Merged

Add set for Laravel 9.x #49

merged 8 commits into from
May 28, 2022

Conversation

hirenkeraliya
Copy link
Contributor

@hirenkeraliya hirenkeraliya commented May 28, 2022

  • Add argument

    • The storagePath method of the Illuminate\Contracts\Foundation\Application interface has been updated to accept a path on the argument. LINK
    • The langPath method of the Illuminate\Foundation\Application class has been updated to accept a path on the argument. LINK
    • The touch method of the Illuminate\Database\Eloquent\Model abstract class has been updated to accept an attribute on the argument. LINK
    • The flush method of the Illuminate\Queue\Failed\FailedJobProviderInterface abstract class has been updated to accept hours on the argument. LINK
    • The validated method of the Illuminate\Foundation\Http\FormRequest abstract class has been updated to accept key and default values on the argument. LINK
  • Change Method Visibility

    • The ignore method of the Illuminate\Foundation\Exceptions\Handler class has been public. LINK
  • Rename method

    • The reduceWithKeys method of the Illuminate\Support\Enumerable class has been removed. Instead, please use the reduce method. LINK
    • The reduceMany method of the Illuminate\Support\Enumerable class has been removed. Instead, please use the reduceSpread method. LINK
    • The getSwiftMessage method of the Illuminate\Mail\Message class has been removed. Instead, please use the getSymfonyMessage method. LINK
    • The withSwiftMessage method of the Illuminate\Mail\Mailable class has been removed. Instead, please use the withSymfonyMessage method. LINK
    • The withSwiftMessage method of the Illuminate\Notifications\Messages\MailMessage class has been removed. Instead, please use the withSymfonyMessage method. LINK
    • The getSwiftMailer method of the Illuminate\Mail\Mailer class has been removed. Instead, please use the getSymfonyTransport method. LINK
    • The setSwiftMailer method of the Illuminate\Mail\Mailer class has been removed. Instead, please use the setSymfonyTransport method. LINK
    • The createTransport method of the Illuminate\Mail\MailManager class has been removed. Instead, please use the createSymfonyTransport method. LINK
    • The assertDeleted method of the Illuminate\Testing\TestResponse class has been removed. Instead, please use the assertModelMissing method. LINK and LINK

Closes #38

@TomasVotruba
Copy link
Collaborator

Thank you 😊

@TomasVotruba TomasVotruba merged commit 24ee01e into driftingly:main May 28, 2022
@hirenkeraliya hirenkeraliya deleted the laravel-upgerade-set branch May 28, 2022 10:09
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.

Create sets for laravel upgrade rules
2 participants