Example #1
0
 /**
  * Update records and set display = 1
  */
 public function make()
 {
     $this->_records->update(['display' => 1]);
 }