Пример #1
0
 /**
  * Get Lists of items.
  * @param  String $value Column from database table.
  * @param  String $key   Column from database table
  * @return Collection        Collection Of Items.
  */
 public function lists($value, $key = '')
 {
     return \App\Device::lists($value, $key);
 }