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