Beispiel #1
0
 public function getMarker($id)
 {
     return Marker::wherePropositionId($id)->get()->first();
 }