Completed
Push — master ( 09eab7...2bc675 )
by archer
04:04
created
src/Models/AppClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.