refactor(config): remove runtime config files and centralize route/bootstrap
This commit is contained in:
@@ -835,7 +835,7 @@ $disabledAttr = $isReadOnly ? 'disabled' : '';
|
||||
<?php endif; ?>
|
||||
<hr>
|
||||
<blockquote data-variant="info">
|
||||
<?php e(t('Global settings are stored in the database. config/settings.php is only a runtime cache for selected app settings.')); ?>
|
||||
<?php e(t('Global settings are stored in the database. storage/runtime/settings.php is only a runtime cache for selected app settings.')); ?>
|
||||
</blockquote>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user