mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-26 10:12:16 +01:00
10 lines
118 B
PHP
10 lines
118 B
PHP
<?php
|
|
|
|
namespace AppBundle\Model;
|
|
|
|
class ComptaEvenement
|
|
{
|
|
const GESTION = 26;
|
|
const ASSOCIATION_AFUP = 27;
|
|
}
|