Beispiel #1
0
 public function shashka()
 {
     $res = DB::on($this->city->db)->table('crews_info')->where('shashka', '=', '1')->get(['driver_id']);
     foreach ($res as $v) {
         $this->tm->driver_operation($v->driver_id, 0, 1, 'TEST', 'TEST SHASHKA');
     }
 }