BaseController.php 189 B

123456789101112
  1. <?php declare(strict_types=1);
  2. /**
  3. * DuckPhp
  4. * From this time, you never be alone~
  5. */
  6. namespace DuckPhpBenchmark\System;
  7. class BaseController
  8. {
  9. // override or add your code here
  10. }