1234567891011121314151617 |
- <?php
- /*
- * This file is part of ibrand/setting.
- *
- * (c) iBrand <https://www.ibrand.cc>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- return [
- 'table_name' => 'ibrand_system_settings',
- 'cache' => true,
- ];
|