@@ -98,7 +98,7 @@ |
||
98 | 98 | return self::getValueById($appid); |
99 | 99 | } |
100 | 100 | |
101 | - return Cache::rememberForever(config('apikey.cache.cache_key', 'apikey:clients:') . $appid, function () use ($appid) { |
|
101 | + return Cache::rememberForever(config('apikey.cache.cache_key', 'apikey:clients:') . $appid, function() use ($appid) { |
|
102 | 102 | return self::getValueById($appid); |
103 | 103 | }); |
104 | 104 | } |