Beispiel #1
0
 public function sort()
 {
     $inputArr = Input::all();
     Links::updateLinkRank($inputArr['link']);
 }