fetch('index', [ 'list' => Db::table('bt_passenger_flow')->order('granularity')->select()->toArray() ]); } public function allIndex() { return $this->fetch('allIndex', [ 'list' => Db::table('bt_passenger_flow_all')->select()->toArray() ]); } public function realIndex() { return $this->fetch('realIndex', [ 'list' => Db::table('bt_passenger_flow_real')->select()->toArray() ]); } }