update
This commit is contained in:
@@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Historiale extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'fecha_inicio',
|
||||
'fecha_final',
|
||||
@@ -24,7 +25,7 @@ class Historiale extends Model
|
||||
|
||||
public function vendedor()
|
||||
{
|
||||
return $this->belongsTo(User::class , 'vendedor_id');
|
||||
return $this->belongsTo(User::class, 'vendedor_id');
|
||||
}
|
||||
|
||||
public function tarifa()
|
||||
|
||||
Reference in New Issue
Block a user