Update Recepcion.php
This commit is contained in:
@@ -7,6 +7,9 @@ use Illuminate\Validation\ValidationException;
|
|||||||
|
|
||||||
class Recepcion extends Model
|
class Recepcion extends Model
|
||||||
{
|
{
|
||||||
|
// Nombre de tabla coincidente con la migración
|
||||||
|
protected $table = 'recepciones';
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'referencia_type',
|
'referencia_type',
|
||||||
'referencia_id',
|
'referencia_id',
|
||||||
|
|||||||
Reference in New Issue
Block a user