Skip to content

Commit 2cacebc

Browse files
committed
adding dispatcher init
1 parent 36f899d commit 2cacebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ protected static function init() {
5656
$baseDir = __DIR__."/../../../../../";
5757
Config::init($baseDir,false);
5858

59+
Dispatcher::init();
60+
5961
}
6062

6163
/**

0 commit comments

Comments
 (0)