Complete all stats

This commit is contained in:
Thuan Bui
2025-04-04 11:57:49 +09:00
parent fcea780b69
commit c7bf3ea95d
6 changed files with 72 additions and 4 deletions
+1
View File
@@ -9,4 +9,5 @@ use Illuminate\Database\Eloquent\SoftDeletes;
class Project extends Model
{
use HasFactory, SoftDeletes;
protected $fillable = ['name'];
}