James Cole
2 years ago
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
1 changed files with
1 additions and
1 deletions
-
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)); |
|
|
|