From e8539b61b0f128e971e3e1b23e118fedbde77438 Mon Sep 17 00:00:00 2001 From: duncanmcclean Date: Tue, 19 Mar 2024 20:38:17 +0000 Subject: [PATCH] Fix styling --- src/Console/Commands/InstallCollaboration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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