Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc15975 committed Nov 24, 2022
1 parent 7530eaa commit d003990
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 228 deletions.
2 changes: 1 addition & 1 deletion app/Models/TipoSangre.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TipoSangre extends Model
{
use HasFactory;

protected $table = 'tipo_sangre';
protected $table = 'tipos_sangre';
protected $primaryKey = 'id_tipo_sangre';
protected $fillable = ['nombre_tipo_sangre','descripcion_tipo_sangre','rareza_tipo_sangre'];

Expand Down
Loading

0 comments on commit d003990

Please sign in to comment.