diff --git a/src/Poet.php b/src/Poet.php index 6c43e2f..0641000 100644 --- a/src/Poet.php +++ b/src/Poet.php @@ -73,6 +73,6 @@ public function __construct(Application $app) new $module($this->app, $this->config); } - }); + }, $this->app->config->get('poet.hookPriority', 4)); } }