Merge branch '10.x'

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Dries Vints 2023-02-17 20:39:11 +01:00
commit 3c2609acb4
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View File

@ -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.

View File

@ -21,8 +21,6 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(): void
{
$this->registerPolicies();
//
}
}

View File

@ -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"
|
*/