r
Size: a a a
r
r
⠀
public function tags()
{
return $this->belongsToMany('App\Models\Blog\Tag');
}
Table 'post_tag' doesn't exist
r
r
BI
public function tags()
{
return $this->belongsToMany('App\Models\Blog\Tag');
}
Table 'post_tag' doesn't exist
⠀
⠀
AK
BI
⠀
r
r
⠀
⠀
r
r
S
r