diff --git a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php index fc1088c690a3..40941df7538e 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php +++ b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php @@ -1107,7 +1107,6 @@ protected function isClassCastable($key) throw new InvalidCastException($this->getModel(), $key, $castType); } - /** * Determine if the key is serializable using a custom class. *