mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
return array (
|
|
'testOption' => 'Another Wrong Value',
|
|
'testOption2' => 'Test2',
|
|
);
|
|
|
|
?>
|