annotation.php 258 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'inject' => [
  4. 'enable' => true,
  5. 'namespaces' => [],
  6. ],
  7. 'route' => [
  8. 'enable' => true,
  9. 'controllers' => [],
  10. ],
  11. 'model' => [
  12. 'enable' => true,
  13. ],
  14. 'ignore' => [],
  15. ];