Skip to content

Commit cecb039

Browse files
author
Gökhan Demir
authored
Update ApplicationHttp.php
1 parent bc61e96 commit cecb039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ApplicationHttp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ApplicationHttp {
1313

1414
const DEFAULTOPTIONS = [
1515
'CURLOPT_HEADER' => true,
16-
'CURLOPT_RETURNTRANSFER' => 1
16+
'CURLOPT_RETURNTRANSFER' => true
1717
];
1818

1919
final public function __construct() {

0 commit comments

Comments
 (0)