fix bug in fluent class.
This commit is contained in:
@@ -37,7 +37,7 @@ class Fluent {
|
||||
*/
|
||||
public function get($attribute, $default = null)
|
||||
{
|
||||
return array_get($attributes, $attribute, $default);
|
||||
return array_get($this->attributes, $attribute, $default);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user