diff --git a/migrations/2016_05_17_221000_create_promocodes_table.php b/migrations/2016_05_17_221000_create_promocodes_table.php index c8e7cfc..a690d8b 100644 --- a/migrations/2016_05_17_221000_create_promocodes_table.php +++ b/migrations/2016_05_17_221000_create_promocodes_table.php @@ -44,7 +44,7 @@ public function up() */ public function down() { - Schema::drop(config('promocodes.table', 'promocodes')); Schema::drop(config('promocodes.relation_table', 'promocode_user')); + Schema::drop(config('promocodes.table', 'promocodes')); } }