Skip to content

Commit

Permalink
remove redundant inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 21, 2024
1 parent 3e67344 commit 5f1de43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/views/script.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php // @codeCoverageIgnoreStart ?>
@once("bundle:$module:$as")
<!--[BUNDLE: {{ $as }} from '{{ $module }}']-->
<?php if($inline) { ?>
<script data-module="{{ $module }}" data-alias="{{ $as }}" type="module">
{!! file_get_contents($bundle) !!}
</script>
<?php } else { ?>
<script src="{{ route('bundle:import', $bundle->getFilename(), false) }}" data-module="{{ $module }}" data-alias="{{ $as }}" type="module"></script>
<?php } ?>
<!--[ENDBUNDLE]>-->
@else {{-- @once else clause --}}
<!--[SKIPPED: {{ $as }} from '{{ $module }}']-->
@endonce
Expand Down

0 comments on commit 5f1de43

Please sign in to comment.