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

Commit e8d9153

Browse files
committed
2 parents 4210b4c + 0ef4f2a commit e8d9153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
$kernel = $app->make(Kernel::class);
5050

51-
$response = $kernel->handle(
51+
$response = $kernel->handle(
5252
$request = Request::capture()
5353
)->send();
5454

src/Http/BladeDirectives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function registerTableCellDirective()
4343

4444
$splitted = preg_split('/\],(\s*)/', $arguments);
4545

46-
$slotArguments = trim($splitted[0] ?? '');
46+
$slotArguments = trim($splitted[0] ?? '');
4747
$slotUses = trim(ltrim($splitted[1] ?? '', '['));
4848

4949
$function = "function ({$slotArguments})";

0 commit comments

Comments
 (0)