Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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