Skip to content

Commit

Permalink
Merge pull request #11 from pxgamer/bugfix/publish-provider-method
Browse files Browse the repository at this point in the history
Fix naming call of publishInertiaServiceProvider()
  • Loading branch information
michaeldyrynda authored Sep 23, 2019
2 parents 6c0a759 + f0c204d commit 1ad168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InertiaJsPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static function install()
static::updatePackages();
static::updateBootstrapping();
static::updateComposer(false);
static::publishServiceProvider();
static::publishInertiaServiceProvider();
static::registerInertiaServiceProvider();
static::updateWelcomePage();
static::updateGitignore();
Expand Down

0 comments on commit 1ad168c

Please sign in to comment.