Skip to content

Commit

Permalink
Agregar club viterra
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Sep 9, 2022
1 parent 58bae57 commit 3da0757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Traits/ClubsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public function club($rubro, $getImagen = null){
$imagen = "images/caratula-agro.PNG";
$club = "Club ALPACASA";
break;
case 25:
$imagen = "images/caratula-agro.PNG";
$club = "Club Viterra";
break;
default:
$imagen = "images/caratula-bancos.PNG";
$club = "Club de Bancos";
Expand Down

0 comments on commit 3da0757

Please sign in to comment.