Skip to content

Commit

Permalink
Update composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Alqunbar committed Jun 28, 2024
1 parent 8705203 commit ed5d0d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
class Project extends Model
{
use HasFactory, SoftDeletes;
protected $fillable = ['name'];
protected $dates = ['deleted_at'];
}

0 comments on commit ed5d0d9

Please sign in to comment.