Update
This commit is contained in:
@@ -26,4 +26,11 @@ class Plan extends Model
|
||||
'name',
|
||||
'tier',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'id',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'laravel_through_key',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user