Example #1
0
 public function handle()
 {
     return data_menu::create(['parent_id' => $this->req['idparent'], 'title' => $this->req['title'], 'slug' => $this->req['slug'], 'class' => $this->req['class'], 'class_id' => $this->req['id'], 'seri' => 0, 'ket' => $this->req['ket'], 'status' => $this->req['status']]);
 }