Skip to content

Commit

Permalink
[TM-1581] To actually use the UUID from the client, it needs to be fi…
Browse files Browse the repository at this point in the history
…llable on the model.
  • Loading branch information
roguenet committed Dec 18, 2024
1 parent c477f52 commit d75fd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/V2/TreeSpecies/TreeSpecies.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class TreeSpecies extends Model implements EntityRelationModel
public $table = 'v2_tree_species';

protected $fillable = [
'uuid',
'name',
'amount',
'speciesable_type',
Expand Down

0 comments on commit d75fd98

Please sign in to comment.