10 lines
178 B
PHP
10 lines
178 B
PHP
<?php
|
|
|
|
return [
|
|
'options' => [
|
|
'general' => 'General Settings',
|
|
'development' => 'Development Settings',
|
|
'platform' => 'Platform Settings',
|
|
],
|
|
];
|