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 d877406 commit 7f586deCopy full SHA for 7f586de
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