Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ghostzero
Copy link
Contributor

@ghostzero ghostzero commented Nov 18, 2020

Fixes #70

The laravel cache driver calls the same method within the cache manager:

So the cache driver is redundant. To my knowledge it is not a breaking change.

/**
 * Get a cache driver instance.
 *
 * @param  string|null  $driver
 * @return \Illuminate\Contracts\Cache\Repository
 */
public function driver($driver = null)
{
    return $this->store($driver);
}

@ghostzero ghostzero mentioned this pull request Nov 18, 2020
@romanzipp romanzipp changed the base branch from master to next November 19, 2020 05:47
@romanzipp romanzipp merged commit 7c8833a into romanzipp:next Nov 19, 2020
@romanzipp
Copy link
Owner

Thanks!

@romanzipp romanzipp mentioned this pull request Jan 6, 2021
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants