mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 12:48:41 +00:00
Make parameters optional
This commit is contained in:
parent
e4833b6e58
commit
5a225b781a
|
|
@ -82,7 +82,7 @@ class View extends ViewAbstract
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function __construct(ApplicationAbstract $app, RequestAbstract $request, ResponseAbstract $response)
|
||||
public function __construct(ApplicationAbstract $app = null, RequestAbstract $request = null, ResponseAbstract $response = null)
|
||||
{
|
||||
$this->app = $app;
|
||||
$this->request = $request;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user