Commit 573e3858b8ade3e37732ccce7e7c122edfdee6a5

Authored by Alexis Proust
1 parent 2f8c70e3

mise a jour fichier

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/Model/Entity/SurCategory.php
@@ -8,6 +8,7 @@ use Cake\ORM\Entity; @@ -8,6 +8,7 @@ use Cake\ORM\Entity;
8 * 8 *
9 * @property int $id 9 * @property int $id
10 * @property string $nom 10 * @property string $nom
  11 + * @property \App\Model\Entity\User[] $users
11 */ 12 */
12 class SurCategory extends Entity 13 class SurCategory extends Entity
13 { 14 {