Skip to content

Commit a0c3181

Browse files
[9.x] Adds Application::storagePath upgrade notes (#7443)
* Adds `Application::storagePath` upgrade notes * Update upgrade.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent 4ca0520 commit a0c3181

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

upgrade.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
<a name="upgrade-9.0"></a>
66
## Upgrading To 9.0 From 8.x
77

8+
<a name="application"></a>
9+
### Application
10+
11+
<a name="the-application-contract"></a>
12+
#### The `Application` Contract
13+
14+
**Likelihood Of Impact: Low**
15+
16+
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:
17+
18+
public function storagePath($path = '');
19+
820
<a name="queue"></a>
921
### Queue
1022

0 commit comments

Comments
 (0)