We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872e502 commit 54cc829Copy full SHA for 54cc829
src/Middleware/OAuthOwnerMiddleware.php
@@ -22,7 +22,7 @@ public function __construct(Authorizer $authorizer)
22
$this->authorizer = $authorizer;
23
}
24
25
- public function handle($request, Closure $next, $ownerTypesString = '')
+ public function handle($request, Closure $next, $ownerTypesString = null)
26
{
27
$ownerTypes = [];
28
if (!is_null($ownerTypesString)) {
0 commit comments