Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhorlyck authored and github-actions[bot] committed Oct 17, 2023
1 parent 07fc24f commit ca92938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function handle(): int
}

// Activity log for models
if($chosenSteps->contains('activity-log')) {
if ($chosenSteps->contains('activity-log')) {
$this->info('Installing activity log...');
exec('composer require spatie/laravel-activitylog');
info('activity log installed successfully.');
Expand Down

0 comments on commit ca92938

Please sign in to comment.