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.
2 parents 0d9341b + 038e07c commit f508bf4Copy full SHA for f508bf4
src/NomadicMigration.php
@@ -73,8 +73,10 @@ public function __construct(NomadicRepositoryInterface $repository)
73
}
74
75
/**
76
- * Runs the up with the hooks.
+ * Run the migrations.
77
+ *
78
* @return void
79
+ * @throws \Exception
80
*/
81
public function up()
82
{
@@ -84,8 +86,10 @@ public function up()
84
86
85
87
88
- * Runs the down with the hooks.
89
+ * Reverse the migrations.
90
91
92
93
94
public function down()
95
src/stubs/blank.stub
@@ -8,6 +8,8 @@ class DummyClass extends NomadicMigration
8
// DummyTraits
9
10
11
12
13
14
15
public function migrate()
0 commit comments