Card APIでタグ情報も取れるようにする

This commit is contained in:
shibafu
2019-06-26 01:40:55 +09:00
parent 41039a6650
commit a1cb313d4f
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@ class Tag extends Model
protected $fillable = [
'name'
];
protected $visible = [
'name'
];
public function ejaculations()
{