Skip to content

Commit

Permalink
Revert apc lock support
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra committed Nov 10, 2020
1 parent 56cc0ae commit 6cb85b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Illuminate/Cache/ApcStore.php
Expand Up @@ -2,11 +2,9 @@

namespace Illuminate\Cache;

use Illuminate\Contracts\Cache\LockProvider;

class ApcStore extends TaggableStore implements LockProvider
class ApcStore extends TaggableStore
{
use RetrievesMultipleKeys, HasCacheLock;
use RetrievesMultipleKeys;

/**
* The APC wrapper instance.
Expand Down

0 comments on commit 6cb85b2

Please sign in to comment.