Update Recepcion.php

This commit is contained in:
lizandrogd
2026-01-19 18:50:56 -05:00
parent eb95830bb3
commit a91566c08a
+3
View File
@@ -7,6 +7,9 @@ use Illuminate\Validation\ValidationException;
class Recepcion extends Model
{
// Nombre de tabla coincidente con la migración
protected $table = 'recepciones';
protected $fillable = [
'referencia_type',
'referencia_id',