You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@
5
5
<aname="upgrade-9.0"></a>
6
6
## Upgrading To 9.0 From 8.x
7
7
8
+
<aname="application"></a>
9
+
### Application
10
+
11
+
<aname="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:
0 commit comments