Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbzhurui authored and twinh committed Feb 21, 2017
1 parent e27213a commit 835230f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/AppRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function isExists($name)
*/
public function getIdByDomain($domain)
{
wei()->cache->clear();
return $this->cache->get('appDomain' . $domain, 86400, function () use ($domain) {
$app = wei()->appRecord()->select('name')->fetch(['domain' => $domain]);

Expand Down

0 comments on commit 835230f

Please sign in to comment.