diff --git a/upgrade.md b/upgrade.md index 096a7b51a68..9d1d26aa0b4 100644 --- a/upgrade.md +++ b/upgrade.md @@ -5,6 +5,18 @@ ## Upgrading To 9.0 From 8.x + +### Application + + +#### The `Application` Contract + +**Likelihood Of Impact: Low** + +The `storagePath` method of the `Illuminate\Contracts\Foundation\Application` interface has been updated to accept a `$path` argument. If you are implementing this interface you should update your implementation accordingly: + + public function storagePath($path = ''); + ### Queue