Skip to content

Commit dbb6ca2

Browse files
committed
[exposeHooks] Fix identation.
1 parent da3ebb7 commit dbb6ca2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ passed to the execute() method, which is what is called.
130130
```
131131
return [
132132
'hooks' => [
133-
'preCreate' => [
134-
function() {
135-
\Log::info('Make sure to run all migrations');
136-
},
137-
],
138-
'postCreate' => [
139-
new HookInterfaceImplementation()
140-
]
133+
'preCreate' => [
134+
function() {
135+
\Log::info('Make sure to run all migrations');
136+
},
137+
],
138+
'postCreate' => [
139+
new HookInterfaceImplementation()
140+
]
141141
],
142142
];
143143
```

0 commit comments

Comments
 (0)