Skip to content

Commit 54cc829

Browse files
committed
changed default type
1 parent 872e502 commit 54cc829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/OAuthOwnerMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(Authorizer $authorizer)
2222
$this->authorizer = $authorizer;
2323
}
2424

25-
public function handle($request, Closure $next, $ownerTypesString = '')
25+
public function handle($request, Closure $next, $ownerTypesString = null)
2626
{
2727
$ownerTypes = [];
2828
if (!is_null($ownerTypesString)) {

0 commit comments

Comments
 (0)