Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1d4f8f

Browse files
committedJan 3, 2025·
fix visibility
1 parent 4ce254c commit d1d4f8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/Interfaces/RdapClientInterface.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
interface RdapClientInterface
77
{
8-
const IPV4 = 'ipv4';
9-
const IPV6 = 'ipv46';
10-
const DOMAIN = 'domain';
11-
const NS = 'ns';
12-
const ASN = 'asn';
8+
public const IPV4 = 'ipv4';
9+
public const IPV6 = 'ipv46';
10+
public const DOMAIN = 'domain';
11+
public const NS = 'ns';
12+
public const ASN = 'asn';
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.