Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiten14 committed Sep 9, 2024
1 parent f3db8fd commit e7990c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/JitoneAiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ public function configurePackage(Package $package): void
->hasInstallCommand(function (InstallCommand $command) {
$command
->publishConfigFile()
->askToStarRepoOnGitHub('jiten14/jitone-ai');
->askToStarRepoOnGitHub('jiten14/jitone-ai')
->runAfterInstall(function () {
$this->runStorageLinkCommand();
});
});

$this->runStorageLinkCommand();
}

protected function runStorageLinkCommand(): void
Expand Down

0 comments on commit e7990c9

Please sign in to comment.