Example #1
0
 public function getById($id)
 {
     return Options::where('id', $id)->first();
 }