Commit e8e7db68 authored by Taylor Otwell's avatar Taylor Otwell

Fix bug in fluent class.

parent 31786c96
...@@ -90,7 +90,7 @@ class Fluent { ...@@ -90,7 +90,7 @@ class Fluent {
*/ */
public function __unset($key) public function __unset($key)
{ {
return unset($this->attributes[$key]); unset($this->attributes[$key]);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment