|
|
|
@ -192,8 +192,8 @@ class app { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Does load controller by calling action |
|
|
|
* Does load controller by calling action |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function load_controller(): void { |
|
|
|
public function load_controller() { |
|
|
|
$this->action($this->file, $this->class, $this->method, $this->params); |
|
|
|
return $this->action($this->file, $this->class, $this->method, $this->params); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} // end of app |
|
|
|
} // end of app |
|
|
|
|