diff options
Diffstat (limited to 'bootstrap.php')
| -rw-r--r-- | bootstrap.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bootstrap.php b/bootstrap.php deleted file mode 100644 index cdefc5b..0000000 --- a/bootstrap.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -// @var $container \Illuminate\Container\Container -// @var $events \TightenCo\Jigsaw\Events\EventBus - -/* - * You can run custom code at different stages of the build process by - * listening to the 'beforeBuild', 'afterCollections', and 'afterBuild' events. - * - * For example: - * - * $events->beforeBuild(function (Jigsaw $jigsaw) { - * // Your code here - * }); - */ - -$events->afterBuild(App\Listeners\GenerateSitemap::class); |
