Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify the cache.php docblocks (laravel#5468)
In new versions of laravel we do not directly specify the "cache driver" anymore but rather a "cache store", so it does not make sense to mention the drivers up there since laravel supports any arbitrary values defined below it by the user.
- Loading branch information