summaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.php')
-rw-r--r--bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.php b/bootstrap.php
index 7d6e3c4..cdefc5b 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -13,3 +13,5 @@
* // Your code here
* });
*/
+
+$events->afterBuild(App\Listeners\GenerateSitemap::class);