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 150893e commit a82330bCopy full SHA for a82330b
src/nomadic.php
@@ -5,10 +5,4 @@
5
// These are the additional columns in the migrations table that migrations can append data to.
6
'schema' => [
7
],
8
-
9
- // Whether or not you want automated unit tests generated to verify the up/down functionality.
10
- 'tests' => false,
11
12
- // Whether or not you want to add a post hook to your workflow - see readme for documentation.
13
- 'checkoutHook' => false
14
];
0 commit comments