We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d8ba9 commit fb1d2c0Copy full SHA for fb1d2c0
src/Illuminate/View/ComponentAttributeBag.php
@@ -15,7 +15,7 @@
15
use Stringable;
16
use Traversable;
17
18
-class ComponentAttributeBag implements Arrayable, ArrayAccess, IteratorAggregate, JsonSerializable, Htmlable, Stringable
+class ComponentAttributeBag implements ArrayAccess, IteratorAggregate, JsonSerializable, Htmlable, Stringable
19
{
20
use Conditionable, Macroable;
21
0 commit comments