mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 05:38:39 +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
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function __construct(ApplicationAbstract $app)
|
public function __construct(ApplicationAbstract $app = null)
|
||||||
{
|
{
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user