View.php 82 B

123456789
  1. <?php
  2. namespace App\Config;
  3. enum View {
  4. case TABLEAU;
  5. case VIGNETTE;
  6. }