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; }