diff --git a/CHANGELOG.md b/CHANGELOG.md index db65c01c..c0a6a19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.0...master) +## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...master) -## [v10.0.0 (2022-02-14)](https://github.com/laravel/laravel/compare/v9.5.2...v10.0.0) +## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.0.2...v11.0.0) -Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. +Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index 5522aa2f..dafcbee7 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -21,8 +21,6 @@ class AuthServiceProvider extends ServiceProvider */ public function boot(): void { - $this->registerPolicies(); - // } } diff --git a/config/mail.php b/config/mail.php index 275a3c64..542d98c3 100644 --- a/config/mail.php +++ b/config/mail.php @@ -28,7 +28,7 @@ return [ | sending an e-mail. You will specify which one you are using for your | mailers below. You are free to add additional mailers as required. | - | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2" + | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2", | "postmark", "log", "array", "failover" | */