Skip to content

Commit

Permalink
Update Project.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Nov 13, 2023
1 parent 3ebe7e0 commit b61d959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Models/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
class Project extends Model
{
use HasFactory, SoftDeletes;
protected $fillable=[
'name'
];
}

0 comments on commit b61d959

Please sign in to comment.