mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
131 - Asserting Against Sort Order
This commit is contained in:
@@ -14,6 +14,7 @@ class PublishedConcertOrdersController extends Controller
|
||||
|
||||
return view('backstage.published-concert-orders.index', [
|
||||
'concert' => $concert,
|
||||
'orders' => $concert->orders()->latest()->take(10)->get(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user