Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored and github-actions[bot] committed Mar 19, 2024
1 parent 97a90fe commit e8539b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/InstallCollaboration.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function enableBroadcasting(): void

if (version_compare(app()->version(), '11', '<')) {
$this->enableBroadcastServiceProvider();
$this->components->info("Broadcasting enabled successfully.");
$this->components->info('Broadcasting enabled successfully.');

return;
}
Expand All @@ -78,7 +78,7 @@ protected function enableBroadcasting(): void
message: 'Enabling broadcasting...'
);

$this->components->info("Broadcasting enabled successfully.");
$this->components->info('Broadcasting enabled successfully.');
}

protected function installBroadcastingDriver(): void
Expand Down

0 comments on commit e8539b6

Please sign in to comment.