model update

This commit is contained in:
2021-03-08 13:09:50 +01:00
parent 4eb443cd1c
commit 44c8fc828c
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace Backend\Models;
use Illuminate\Database\Eloquent\Model as Eloquent;
class KeyWord extends Eloquent{
protected $fillable =[
'keyWord'
'key_word'
];