From b87f030d53316a3c6f25607912a859d73f3b9b08 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 5 May 2020 19:27:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Console/HashCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/HashCommand.php b/src/Console/HashCommand.php index 69f83e9aa..0831e0d16 100644 --- a/src/Console/HashCommand.php +++ b/src/Console/HashCommand.php @@ -29,7 +29,7 @@ class HashCommand extends Command public function handle() { if (! Passport::$hashesClientSecrets) { - $this->warn("Please enable client hashing yet in your AppServiceProvider before continuning."); + $this->warn('Please enable client hashing yet in your AppServiceProvider before continuning.'); return; }