summaryrefslogtreecommitdiff
path: root/src/sections/3_modify_service.php
blob: 31479694d9bae6663466f08dd7bd9700b4cc5901 (plain)
1
2
3
4
5
6
7
8
9
<?php
// src/sections/3_modify_service.php
//
// -- SECTION 3: Modifier une prestation --

function modifyService(): int // code de retour, si 2 aller à la section 2, etc
{
    return(0); // menu principal
}