mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Updating constructor.
This commit is contained in:
parent
4f0a9c4dc1
commit
c9f3fa5faa
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class ShellDispatcher {
|
|||
* @param array $args the argv
|
||||
* @return void
|
||||
*/
|
||||
public function ShellDispatcher($args = array()) {
|
||||
public function __construct($args = array()) {
|
||||
set_time_limit(0);
|
||||
|
||||
$this->__initConstants();
|
||||
|
|
Loading…
Add table
Reference in a new issue