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 5a00450 commit aa338baCopy full SHA for aa338ba
src/Configuration/Cache/IlluminateCacheAdapter.php
@@ -30,7 +30,7 @@ public function __construct(Repository $cache)
30
*/
31
protected function doFetch($id)
32
{
33
- return $this->cache->get($id) ?: false;
+ return $this->cache->get($id) ?? false;
34
}
35
36
/**
0 commit comments