mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
Drop support for PHP 7.0 (#880)
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ use Curl\Curl;
|
||||
|
||||
class Test
|
||||
{
|
||||
const TEST_URL = 'http://127.0.0.1:8000/';
|
||||
const ERROR_URL = 'http://1.2.3.4/';
|
||||
public const TEST_URL = 'http://127.0.0.1:8000/';
|
||||
public const ERROR_URL = 'http://1.2.3.4/';
|
||||
|
||||
public $message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user