Skip to content

Commit

Permalink
[exposeHooks] Fix identation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalbert committed May 19, 2018
1 parent da3ebb7 commit dbb6ca2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ passed to the execute() method, which is what is called.
```
return [
'hooks' => [
'preCreate' => [
function() {
\Log::info('Make sure to run all migrations');
},
],
'postCreate' => [
new HookInterfaceImplementation()
]
'preCreate' => [
function() {
\Log::info('Make sure to run all migrations');
},
],
'postCreate' => [
new HookInterfaceImplementation()
]
],
];
```
Expand Down

0 comments on commit dbb6ca2

Please sign in to comment.