Skip to content

Commit a152d89

Browse files
committed
Core API changes
1 parent ddd5397 commit a152d89

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

JqueryFileUpload.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
namespace gplcart\modules\jquery_file_upload;
1111

12-
use gplcart\core\Module;
12+
use gplcart\core\Module,
13+
gplcart\core\Config;
1314

1415
/**
1516
* Main class for Jquery File Upload module
@@ -18,11 +19,11 @@ class JqueryFileUpload extends Module
1819
{
1920

2021
/**
21-
* Constructor
22+
* @param Config $config
2223
*/
23-
public function __construct()
24+
public function __construct(Config $config)
2425
{
25-
parent::__construct();
26+
parent::__construct($config);
2627
}
2728

2829
/**

0 commit comments

Comments
 (0)