Skip to content

Commit

Permalink
Update getExcludedPaths method
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Mar 19, 2024
1 parent c6616a9 commit 6639530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ protected function inExceptArray($request)
*/
public function getExcludedPaths()
{
return $this->except;
return $this->except ?? [];
}
}

0 comments on commit 6639530

Please sign in to comment.