mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-06-01 00:19:09 +08:00
6 lines
118 B
PHP
6 lines
118 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'underscore_fair_hack' => env('FEATURE_UNDERSCORE_FAIR_HACK', false),
|
|
];
|