コード例 #1
0
ファイル: OptionController.php プロジェクト: chictem/chictem
 /**
  * Edit array values.
  *
  * @return $this
  */
 public function getArray()
 {
     return view($this->getManageView('array'))->with(['arrays' => Option::type('array')]);
 }