Spellgroup.php 105 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. namespace app\index\controller;
  4. class Spellgroup extends Wxbase
  5. {
  6. }
  7. ?>