diff --git a/laravel/fluent.php b/laravel/fluent.php index 58c70207..2fed023f 100644 --- a/laravel/fluent.php +++ b/laravel/fluent.php @@ -90,7 +90,7 @@ class Fluent { */ public function __unset($key) { - return unset($this->attributes[$key]); + unset($this->attributes[$key]); } } \ No newline at end of file