Skip to content

Commit a31e602

Browse files
committed
Private Public doesn't exists... This is supposed to be private :D
1 parent 015aa02 commit a31e602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ ZEND_END_ARG_INFO();
440440

441441

442442
static zend_function_entry php_phongo_server_me[] = {
443-
PHP_ME(Server, __construct, ai_Server___construct, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL|ZEND_ACC_PRIVATE)
443+
PHP_ME(Server, __construct, ai_Server___construct, ZEND_ACC_FINAL|ZEND_ACC_PRIVATE)
444444
PHP_ME(Server, executeCommand, ai_Server_executeCommand, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
445445
PHP_ME(Server, executeQuery, ai_Server_executeQuery, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
446446
PHP_ME(Server, executeBulkWrite, ai_Server_executeBulkWrite, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)

0 commit comments

Comments
 (0)