16 lines
329 B
PHP
16 lines
329 B
PHP
<?php
|
|
/**
|
|
* setting.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-11 15:26:18
|
|
* @modified 2022-08-11 15:26:18
|
|
*/
|
|
|
|
return [
|
|
'sandbox_mode' => 'Sandbox Mode',
|
|
'enabled' => 'Enabled',
|
|
];
|