remove single entry for pagination testing
This commit is contained in:
parent
a0422899a5
commit
9ff3c1ab10
@ -68,7 +68,7 @@ class FlightController extends Controller
|
||||
|
||||
$flights = $this->flightRepo
|
||||
->orderBy('flight_number', 'asc')
|
||||
->paginate(1);
|
||||
->paginate();
|
||||
|
||||
$saved_flights = Bid::where('user_id', Auth::id())
|
||||
->pluck('flight_id')->toArray();
|
||||
|
Loading…
Reference in New Issue
Block a user