Skip to content

Commit

Permalink
adapt to php 7.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
palomamtnez committed May 23, 2021
1 parent 3c9f2bb commit 7bcae49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/IpAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @return false || string : entry the ip address was matched against
*/
class IpAccess extends Object
class IpAccess extends SS_Object
{
/**
* @var array
Expand Down

0 comments on commit 7bcae49

Please sign in to comment.