Merge pull request #6688 from papnoisanjeev/velocity-metadata-update-issue

Velocity meta data update issue fixed #6687
This commit is contained in:
Jitendra Singh 2022-09-06 18:37:31 +05:30 committed by GitHub
commit 64774eae6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ class VelocityMetadata extends Model implements VelocityMetadataContract
{
protected $table = 'velocity_meta_data';
protected $guarded = ['id'];
}