Skip to content

Commit fb1d2c0

Browse files
committed
Fixes conflict
1 parent 81d8ba9 commit fb1d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/ComponentAttributeBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Stringable;
1616
use Traversable;
1717

18-
class ComponentAttributeBag implements Arrayable, ArrayAccess, IteratorAggregate, JsonSerializable, Htmlable, Stringable
18+
class ComponentAttributeBag implements ArrayAccess, IteratorAggregate, JsonSerializable, Htmlable, Stringable
1919
{
2020
use Conditionable, Macroable;
2121

0 commit comments

Comments
 (0)