/** * @param $data array */ public function create($data) { $map = new Map(); $map->setAttributes($data); $this->saveOrFail($map); }