updated roster ordering
This commit is contained in:
@@ -292,6 +292,7 @@ class TeamStoreModel extends Model
|
|||||||
|
|
||||||
$i = DB::table('roster')
|
$i = DB::table('roster')
|
||||||
->where("ProductId", $productId)
|
->where("ProductId", $productId)
|
||||||
|
->orderBy('Name', 'ASC')
|
||||||
->get();
|
->get();
|
||||||
return $i;
|
return $i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user