Exemplo n.º 1
0
 /**
  * Edit array values.
  *
  * @return $this
  */
 public function getArray()
 {
     return view($this->getManageView('array'))->with(['arrays' => Option::type('array')]);
 }