mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-09 04:19:32 +08:00
✨ Introducing new features.
This commit is contained in:
parent
1fc8835018
commit
e985da4492
@ -26,7 +26,7 @@ class Base extends AdminBase
|
||||
|
||||
protected function getConfigs($keys)
|
||||
{
|
||||
$data = Config::all();
|
||||
$data = Config::order('type', 'asc')->all();
|
||||
$configs = [];
|
||||
foreach ($data as &$value) {
|
||||
if (in_array($value->key, $keys)) {
|
||||
|
Loading…
Reference in New Issue
Block a user