Skip to content

Commit

Permalink
Apply fixes from StyleCI (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored May 5, 2020
1 parent 7a39717 commit b976458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/HashCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b976458

Please sign in to comment.