Exemplo n.º 1
0
 public function flag($type, $id)
 {
     return Flags::create(["type" => $type, "proposition" => $id]);
 }