Skip to content

Commit

Permalink
Add Cofco club description
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Apr 26, 2021
1 parent 27ab27d commit 40560dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Traits/ClubsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public function club($rubro, $getImagen = null){
$imagen = "images/caratula-bancos.PNG";
$club = "AMX Especial";
break;
case 17:
$imagen = "images/caratula-bancos.PNG";
$club = "COFCO Especial";
default:
$imagen = "images/caratula-bancos.PNG";
$club = "Club de Bancos";
Expand Down

0 comments on commit 40560dd

Please sign in to comment.