Skip to content

Commit 30e1fd3

Browse files
committed
fix namespaces
1 parent aa9daa0 commit 30e1fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ public function sole($key = null, $operator = null, $value = null)
11381138
* @param mixed $value
11391139
* @return mixed
11401140
*
1141-
* @throws \Illuminate\Collections\ItemNotFoundException
1141+
* @throws \Illuminate\Support\ItemNotFoundException
11421142
*/
11431143
public function firstOrFail($key = null, $operator = null, $value = null)
11441144
{

src/Illuminate/Collections/LazyCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ public function sole($key = null, $operator = null, $value = null)
10821082
* @param mixed $value
10831083
* @return mixed
10841084
*
1085-
* @throws \Illuminate\Collections\ItemNotFoundException
1085+
* @throws \Illuminate\Support\ItemNotFoundException
10861086
*/
10871087
public function firstOrFail($key = null, $operator = null, $value = null)
10881088
{

0 commit comments

Comments
 (0)