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 3f9c97e commit c4c7db8Copy full SHA for c4c7db8
src/Session/Store.php
@@ -89,7 +89,7 @@ public function all()
89
90
public function has($key)
91
{
92
- return Arr::exists($this->attributes, $key);
+ return Arr::has($this->attributes, $key);
93
}
94
95
public function pull($key)
0 commit comments