Update
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
* @property string|null $tag
|
||||
* @property Carbon|null $created_at
|
||||
* @property Carbon|null $updated_at
|
||||
*
|
||||
* @package App\Models
|
||||
*/
|
||||
class KeywordEmbedding extends Model
|
||||
{
|
||||
@@ -33,6 +31,6 @@ class KeywordEmbedding extends Model
|
||||
protected $fillable = [
|
||||
'keyword',
|
||||
'embedding',
|
||||
'tag'
|
||||
'tag',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user