Files
opensem/routes/Admin/Shop/route.php
Ludovic CANDELLIER d218125165 Add varieties
2020-04-14 01:24:37 +02:00

7 lines
153 B
PHP

<?php
include( __DIR__ . '/Families.php');
include( __DIR__ . '/Genres.php');
include( __DIR__ . '/Species.php');
include( __DIR__ . '/Varieties.php');