8 lines
113 B
PHP
8 lines
113 B
PHP
|
<?php
|
||
|
$config = array(
|
||
|
'includePaths' => array(
|
||
|
'path2' => 'another/path',
|
||
|
),
|
||
|
);
|
||
|
return $config;
|