Card APIでタグ情報も取れるようにする
This commit is contained in:
@@ -11,6 +11,9 @@ class Tag extends Model
|
||||
protected $fillable = [
|
||||
'name'
|
||||
];
|
||||
protected $visible = [
|
||||
'name'
|
||||
];
|
||||
|
||||
public function ejaculations()
|
||||
{
|
||||
|
Reference in New Issue
Block a user