Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
Because of course I forgot to lol.
  • Loading branch information
bendauphinee authored Dec 27, 2024
1 parent 553c9e9 commit aba7f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BladeRouteGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function generate(?array $group = null, ?string $nonce = null): string
private function generateMergeJavascript(Ziggy $ziggy, string $nonce): string
{
$output = config('ziggy.output.merge_script', MergeScript::class);
dd($output);

return new $output($ziggy, $nonce);
}
}

0 comments on commit aba7f19

Please sign in to comment.