diff --git a/src/Console/Commands/InstallCollaboration.php b/src/Console/Commands/InstallCollaboration.php index a890afe032..0db8494a45 100644 --- a/src/Console/Commands/InstallCollaboration.php +++ b/src/Console/Commands/InstallCollaboration.php @@ -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; } @@ -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