Skip to content

Commit f0c204d

Browse files
committed
Fix naming call of publishInertiaServiceProvider()
1 parent 6c0a759 commit f0c204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InertiaJsPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static function install()
1717
static::updatePackages();
1818
static::updateBootstrapping();
1919
static::updateComposer(false);
20-
static::publishServiceProvider();
20+
static::publishInertiaServiceProvider();
2121
static::registerInertiaServiceProvider();
2222
static::updateWelcomePage();
2323
static::updateGitignore();

0 commit comments

Comments
 (0)