mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
a92690cea8
commit
b43c8e1ea7
6 changed files with 29 additions and 30 deletions
|
|
@ -3,10 +3,10 @@
|
|||
use App\Listeners\GenerateSitemap;
|
||||
use TightenCo\Jigsaw\Jigsaw;
|
||||
|
||||
/** @var $container \Illuminate\Container\Container */
|
||||
/** @var $events \TightenCo\Jigsaw\Events\EventBus */
|
||||
/* @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.
|
||||
*
|
||||
|
|
@ -18,4 +18,3 @@ use TightenCo\Jigsaw\Jigsaw;
|
|||
*/
|
||||
|
||||
$events->afterBuild(GenerateSitemap::class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue