Skip to content

Commit 69cccd8

Browse files
author
Hamza Ali
committed
Changed make_request method to public
1 parent 53f4029 commit 69cccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConvertKit_API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ public function get_resource( $url ) {
558558
*
559559
* @return false|mixed
560560
*/
561-
private function make_request($endpoint, $method, $args = array()) {
561+
public function make_request($endpoint, $method, $args = array()) {
562562

563563
if( !is_string($endpoint) || !is_string($method) || !is_array($args) ) {
564564
throw new \InvalidArgumentException;

0 commit comments

Comments
 (0)