From 8ee2f1b17cb2b95454e6686d9fe32dbcadcdb9dd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 8 Mar 2020 02:19:19 +0000 Subject: Add sitemap --- bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.php') 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); -- cgit v1.2.3-13-gbd6f