Skip to content

Commit 1ad168c

Browse files
Merge pull request #11 from pxgamer/bugfix/publish-provider-method
Fix naming call of publishInertiaServiceProvider()
2 parents 6c0a759 + f0c204d commit 1ad168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InertiaJsPreset.php

+1-1
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)