Skip to content

Commit

Permalink
fix blade component action rules
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Oct 7, 2023
1 parent 40b4e08 commit e4b310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Rules/Support/BladeComponentRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function apply(array $ruleData): array
'params' => new ComponentAttributeBag((array) $params),
]);

$output['component'] = $html;
$output['blade'] = $html;
}

return $output;
Expand Down

0 comments on commit e4b310f

Please sign in to comment.