Skip to content

Commit

Permalink
Fixing issue with not found
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Aug 2, 2023
1 parent 229b911 commit 85197dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RetryPolicy/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN_EXTERN_C()
zend_class_entry *php_driver_retry_policy_logging_ce = nullptr;
static zend_object_handlers php_driver_retry_policy_logging_handlers;

PHP_METHOD(Logging, __construct)
ZEND_METHOD(Cassandra_RetryPolicy_Logging, __construct)
{
zval *child_policy = nullptr;

Expand Down

0 comments on commit 85197dc

Please sign in to comment.