service.php 119 B

1234567
  1. <?php
  2. declare (strict_types=1);
  3. return [
  4. 0 => 'think\\captcha\\CaptchaService',
  5. 1 => 'think\\app\\Service',
  6. ];