Skip to content

Commit

Permalink
[9.x] Adds Application::storagePath upgrade notes (laravel#7443)
Browse files Browse the repository at this point in the history
* Adds `Application::storagePath` upgrade notes

* Update upgrade.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
nunomaduro and taylorotwell authored Nov 18, 2021
1 parent 4ca0520 commit a0c3181
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<a name="upgrade-9.0"></a>
## Upgrading To 9.0 From 8.x

<a name="application"></a>
### Application

<a name="the-application-contract"></a>
#### 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 = '');

<a name="queue"></a>
### Queue

Expand Down

0 comments on commit a0c3181

Please sign in to comment.