We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e30c2 commit dbdaca5Copy full SHA for dbdaca5
src/CachedModel.php
@@ -55,7 +55,7 @@ public static function all($columns = ['*'])
55
$class = get_called_class();
56
$instance = new $class;
57
$tags = [str_slug(get_called_class())];
58
- $key = sha1('genealabslaravelmodelcachingtestsfixturesauthor');
+ $key = makeCacheKey();
59
60
return $instance->cache($tags)
61
->rememberForever($key, function () use ($columns) {
0 commit comments