zf-6679-2.inc 113 B

1234567
  1. <?php
  2. $config = array(
  3. 'includePaths' => array(
  4. 'path2' => 'another/path',
  5. ),
  6. );
  7. return $config;