diff --git a/app/Models/teamstore/TeamStoreModel.php b/app/Models/teamstore/TeamStoreModel.php index caff5c3..6073ac4 100755 --- a/app/Models/teamstore/TeamStoreModel.php +++ b/app/Models/teamstore/TeamStoreModel.php @@ -292,6 +292,7 @@ class TeamStoreModel extends Model $i = DB::table('roster') ->where("ProductId", $productId) + ->orderBy('Name', 'ASC') ->get(); return $i; }