Fix missing table name in migration and fix flight tests
This commit is contained in:
@@ -79,6 +79,6 @@ class CreateSettingsTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::drop($this->tablename);
|
||||
Schema::drop('settings');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user