Skip to content

Commit

Permalink
Apply fixes from StyleCI (#36239)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 12, 2021
1 parent f3dff65 commit df42cfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/View/ComponentAttributeBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ public function setAttributes(array $attributes)
{
if (isset($attributes['attributes']) &&
$attributes['attributes'] instanceof self) {

$parentBag = $attributes['attributes'];

unset($attributes['attributes']);
Expand Down

0 comments on commit df42cfa

Please sign in to comment.