Skip to content

Commit

Permalink
🔧 Change the init hook priority to 4 for improved compatibility (F…
Browse files Browse the repository at this point in the history
…ixes #59) (#60)
  • Loading branch information
Log1x authored Jun 5, 2024
1 parent dd4baa1 commit 5376493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poet.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ public function __construct(Application $app)

new $module($this->app, $this->config);
}
});
}, $this->app->config->get('poet.hookPriority', 4));
}
}

0 comments on commit 5376493

Please sign in to comment.