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

Commit 5e3178e

Browse files
aernigithub-actions[bot]
authored andcommitted
[auto commit] Linting
1 parent 448e4d6 commit 5e3178e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/Replacers/AssetsReplacer.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace Jonassiewertsen\Livewire\Replacers;
44

5-
use Illuminate\Support\Str;
65
use Illuminate\Http\Response;
6+
use Illuminate\Support\Str;
7+
use Livewire\Features\SupportAutoInjectedAssets\SupportAutoInjectedAssets;
8+
use Livewire\Features\SupportScriptsAndAssets\SupportScriptsAndAssets;
9+
use Livewire\Mechanisms\FrontendAssets\FrontendAssets;
710
use Statamic\StaticCaching\Cacher;
8-
use Statamic\StaticCaching\Replacer;
911
use Statamic\StaticCaching\Cachers\NullCacher;
10-
use Livewire\Mechanisms\FrontendAssets\FrontendAssets;
11-
use Livewire\Features\SupportScriptsAndAssets\SupportScriptsAndAssets;
12-
use Livewire\Features\SupportAutoInjectedAssets\SupportAutoInjectedAssets;
12+
use Statamic\StaticCaching\Replacer;
1313

1414
class AssetsReplacer implements Replacer
1515
{
@@ -41,6 +41,7 @@ public function prepareResponseToCache(Response $responseToBeCached, Response $i
4141

4242
/**
4343
* Ensure Livewire injects its assets on the initial request.
44+
*
4445
* @see \Livewire\Features\SupportAutoInjectedAssets\SupportAutoInjectedAssets
4546
*/
4647
app(FrontendAssets::class)->hasRenderedStyles = false;

0 commit comments

Comments
 (0)