Loading app/Models/Dependencia.php +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ class Dependencia extends Model { use HasFactory; protected $primaryKey = 'id'; protected $fillable = [ 'nombre', ]; Loading Loading
app/Models/Dependencia.php +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ class Dependencia extends Model { use HasFactory; protected $primaryKey = 'id'; protected $fillable = [ 'nombre', ]; Loading