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 f62b4e1 commit a037889Copy full SHA for a037889
src/Decorator.php
@@ -13,7 +13,7 @@ public static function decorate(string $html): string
13
{
14
if (Vite::isReady() === false)
15
16
- throw new \Exception('CodeignIter Vite package is installed, but not initialized. did you run "php spark vite:init" ?');
+ throw new \Exception('CodeIgniter Vite package is installed, but not initialized. did you run "php spark vite:init" ?');
17
}
18
19
# First inject app div
0 commit comments