remove single entry for pagination testing

This commit is contained in:
Nabeel Shahzad
2018-04-03 22:45:45 -05:00
parent a0422899a5
commit 9ff3c1ab10
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -23,7 +23,7 @@
</p>
</div>
<div class="col-6">
</div>
</div>