Beispiel #1
0
 public function writeNews($txt)
 {
     return TeamNews::create($txt, $this->team_id);
 }