Example #1
0
 public function levels()
 {
     return Level::select("id", "title")->lists("title", "id");
 }