fixed name
This commit is contained in:
parent
fad0422534
commit
7254ab4b06
|
|
@ -24,7 +24,7 @@ class RegionRepo
|
||||||
$region = new Region();
|
$region = new Region();
|
||||||
}
|
}
|
||||||
$region->fill([
|
$region->fill([
|
||||||
'name' => $data['title'],
|
'name' => $data['name'],
|
||||||
'description' => $data['description'],
|
'description' => $data['description'],
|
||||||
]);
|
]);
|
||||||
$region->saveOrFail();
|
$region->saveOrFail();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue