Skip to content

Commit 9ed9c0e

Browse files
author
Ben Thomson
authored
Rename "dropTable" to "drop" in permalinks migration.
Fixes issues with uninstalling or refreshing plugin. Fixes #37
1 parent 1d0b485 commit 9ed9c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updates/create_permalinks_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function up()
2929
public function down()
3030
{
3131
if (Schema::hasTable('abweb_imageresize_permalinks') === true) {
32-
Schema::dropTable('abweb_imageresize_permalinks');
32+
Schema::drop('abweb_imageresize_permalinks');
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)