Skip to content

Commit 1776674

Browse files
author
Travis Northcutt
authored
Merge pull request #12 from hamzaali00001/master
Changed make_request method to public
2 parents 53f4029 + 69cccd8 commit 1776674

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)