Skip to content

Commit f9cf248

Browse files
author
Jeffrey Way
committed
Down method name should be down not up
1 parent a8d8081 commit f9cf248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/migrationDown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public function up()
1+
public function down()
22
{
33
Schema::table('{{tableName}}', function($table)
44
{

0 commit comments

Comments
 (0)