We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d21343 + 02c7653 commit 410a004Copy full SHA for 410a004
app/Libraries/ResponseHandler.php
@@ -25,5 +25,4 @@ public function header($str)
25
{
26
header($str);
27
}
28
-
29
app/Libraries/UploadHandlerOptions.php
@@ -7,7 +7,7 @@ class UploadHandlerOptions
7
public $options; //public because parent class does reference it directly at times.
8
protected $req;
9
10
- public function __construct(array $options = [], RequestHandler $req)
+ public function __construct(array $options, RequestHandler $req)
11
12
$this->req = $req;
13
$this->options = $options + $this->default_options();
@@ -34,8 +34,6 @@ protected function get_user_id()
34
return session_id();
35
36
37
- //-------------------
38
39
protected function default_options()
40
41
return [
0 commit comments