mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Make app optional for init
This commit is contained in:
parent
8716d80efb
commit
c7ee1fadab
|
|
@ -54,7 +54,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