6 lines
43 B
PHP
6 lines
43 B
PHP
|
<?php
|
||
|
|
||
|
return array (
|
||
|
'foo' => 'bar',
|
||
|
);
|