Merge pull request #349 from shikorism/develop

Release 20200516.1530
This commit is contained in:
shibafu 2020-05-16 15:32:47 +09:00 committed by GitHub
commit 2ea7c31f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -19,4 +19,9 @@ class Tag extends Model
{
return $this->belongsToMany('App\Ejaculation')->withTimestamps();
}
public function metadata()
{
return $this->belongsToMany('App\Metadata')->withTimestamps();
}
}