James Cole 2 years ago
parent
commit
d4f287b92b
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 2
      app/Console/HaveAccess.php

2
app/Console/HaveAccess.php

@ -42,7 +42,7 @@ trait HaveAccess
$headerToken = (string)request()->header('Authorization');
if ('' !== $headerToken) {
$token = str_replace('Bearer ', '', $headerToken);
$this->line('Overrule token with token from Authorization heade r.');
$this->line('Overrule token with token from Authorization header.');
}
$this->line(sprintf('Trying to connect to %s...', $url));

Loading…
Cancel
Save