diff --git a/src/Social.php b/src/Social.php index 4c197c9..c7e6598 100644 --- a/src/Social.php +++ b/src/Social.php @@ -15,13 +15,6 @@ class Social extends Model 'provider_avatar', ]; - /** - * {@inheritdoc} - */ - protected $casts = [ - 'provider_data' => 'array', - ]; - /** * Get the model that uses this Social instance. *