Skip to content

Commit

Permalink
Update helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Mar 11, 2024
1 parent 22bc454 commit 726bf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getCurrentDeviceSignature()
session()->isStarted() ?
session()->get('X-DEVICE-SIGNATURE') :
request()->headers->get('X-DEVICE-SIGNATURE'),
"\s"
' '
);

return !empty($signature) ? $signature : null;
Expand Down

0 comments on commit 726bf36

Please sign in to comment.