Пример #1
0
 public function getTagWeights($id)
 {
     return Font::findOrFail($id)->tagWeights()->get()->toJson();
 }