示例#1
0
 public function getById($id)
 {
     return Tags::where('id', $id)->with('news', 'pages')->first();
 }