Skip to content

Commit

Permalink
Update Project.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bilawalshaikh authored Dec 7, 2023
1 parent f260f39 commit 635e18e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Models/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ class Project extends Model
{
use HasFactory, SoftDeletes;

protected $fillable = [
protected $fillable = [
'name',
];


}

0 comments on commit 635e18e

Please sign in to comment.