We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3ebb7 commit dbb6ca2Copy full SHA for dbb6ca2
README.md
@@ -130,14 +130,14 @@ passed to the execute() method, which is what is called.
130
```
131
return [
132
'hooks' => [
133
- 'preCreate' => [
134
- function() {
135
- \Log::info('Make sure to run all migrations');
136
- },
137
- ],
138
- 'postCreate' => [
139
- new HookInterfaceImplementation()
140
- ]
+ 'preCreate' => [
+ function() {
+ \Log::info('Make sure to run all migrations');
+ },
+ ],
+ 'postCreate' => [
+ new HookInterfaceImplementation()
+ ]
141
],
142
];
143
0 commit comments