Skip to content

Commit c0a82d8

Browse files
committed
Style updates.
1 parent 4e76b91 commit c0a82d8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Illuminate/Collections/Enumerable.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace Illuminate\Support;
44

55
use Countable;
6-
use Illuminate\Collections\ItemNotFoundException;
7-
use Illuminate\Collections\MultipleItemsFoundException;
86
use Illuminate\Contracts\Support\Arrayable;
97
use Illuminate\Contracts\Support\Jsonable;
108
use IteratorAggregate;

src/Illuminate/Collections/LazyCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
use ArrayIterator;
66
use Closure;
77
use DateTimeInterface;
8-
use Illuminate\Collections\ItemNotFoundException;
9-
use Illuminate\Collections\MultipleItemsFoundException;
108
use Illuminate\Support\Traits\EnumeratesValues;
119
use Illuminate\Support\Traits\Macroable;
1210
use IteratorAggregate;

0 commit comments

Comments
 (0)