Mcuhos cambios .w.
This commit is contained in:
@@ -8,8 +8,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
class BodegaActual extends Model {
|
||||
|
||||
protected $table = 'bodega_actual';
|
||||
protected $hidden = ['created_at', 'updated_at', 'deleted_at'];
|
||||
|
||||
protected $hidden = ['created_at', 'updated_at', 'deleted_at', 'pivot'];
|
||||
|
||||
public function restaurante() {
|
||||
return $this->belongsTo(Restaurante::class);
|
||||
|
||||
Reference in New Issue
Block a user