TL; dr
In the array, $options
you can turn off the timestamp for this particular request:
$item->save([
'timestamps' => false,
'touch' => false,
]);
. : .
. 5.3 timestamps
.
, , save()
$options
:
timestamps
performInsert()
performUpdate()
.touch
finishSave()
.
timestamps
performInsert()
performUpdate()
timestamps
$options
$timestamps
:
if ($this->timestamps && Arr::get($options, 'timestamps', true))
, .
- , $option['timestamps']
true , ( ) - , . : , - .
. performInsert()
5.3 performInsert()
performUpdate()
$options
.
touch
false, , $touches
. true, , timestamps
.