annotation.php 268 B

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