-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Atualização para versão mais nova do Jigsaw
- Loading branch information
1 parent
2beb7b5
commit 182ac36
Showing
16 changed files
with
11,460 additions
and
5,729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
<?php | ||
|
||
use TightenCo\Jigsaw\Jigsaw; | ||
|
||
/** @var $container \Illuminate\Container\Container */ | ||
/** @var $jigsaw \TightenCo\Jigsaw\Jigsaw */ | ||
/** @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 | ||
* }); | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.