We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c2ef9 commit 7dd4f20Copy full SHA for 7dd4f20
scripts/ThemeSwitchTwoStates/InitScript.php
@@ -5,6 +5,7 @@
5
namespace Zmyslny\LaravelInlineScripts\Ready\ThemeSwitchTwoStates;
6
7
use Zmyslny\LaravelInlineScripts\Script\FromFileWithPlaceholders;
8
+use Zmyslny\LaravelInlineScripts\Ready\ThemeSwitchTwoStates\ThemeTypeEnum; // Do not remove
9
10
class InitScript extends FromFileWithPlaceholders
11
{
scripts/ThemeSwitchTwoStates/SwitchScript.php
@@ -6,6 +6,7 @@
use InvalidArgumentException;
use Throwable;
+use Zmyslny\LaravelInlineScripts\Ready\ThemeSwitchTwoStates\ThemeTypeEnum;
12
class SwitchScript extends FromFileWithPlaceholders
0 commit comments