mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Make app optional
This commit is contained in:
parent
d33f24aa6b
commit
97cf8dd5a8
|
|
@ -55,7 +55,7 @@ final class Dispatcher
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function __construct(ApplicationAbstract $app)
|
||||
public function __construct(ApplicationAbstract $app = null)
|
||||
{
|
||||
$this->app = $app;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user