Rename UserFlight to UserBid to match functionality
This commit is contained in:
@@ -25,6 +25,6 @@ class CreateAircraftsTable extends Migration
|
||||
|
||||
public function down()
|
||||
{
|
||||
Schema::drop('aircraft');
|
||||
Schema::dropIfExists('aircraft');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user