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