Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 3cff294

Browse files
pascalbaljetgithub-actions[bot]
authored andcommitted
Fix styling
1 parent bd52f4c commit 3cff294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/BladeDirectives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function parseTableCellDirectiveExpression($expression): array
4343
$slotArguments = trim($splitted[0] ?? '');
4444
$slotUses = trim(ltrim($splitted[1] ?? '', '['));
4545

46-
$slotUses = $slotUses ? "\$__env, {$slotUses}" : "\$__env";
46+
$slotUses = $slotUses ? "\$__env, {$slotUses}" : '$__env';
4747

4848
$function = "function ({$slotArguments})";
4949
$function .= " use ({$slotUses})";

0 commit comments

Comments
 (0)