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 7dd4f20 commit bb41542Copy full SHA for bb41542
scripts/ThemeSwitchTwoStates/InitScript.php
@@ -5,7 +5,6 @@
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,7 +6,6 @@
use InvalidArgumentException;
use Throwable;
-use Zmyslny\LaravelInlineScripts\Ready\ThemeSwitchTwoStates\ThemeTypeEnum;
12
class SwitchScript extends FromFileWithPlaceholders
0 commit comments