4
This commit is contained in:
@@ -11,4 +11,9 @@ use app\model\Base;
|
||||
*/
|
||||
class Content extends Base
|
||||
{
|
||||
protected function getOptions(): array{
|
||||
return array_merge(parent::getOptions(),[
|
||||
'autoWriteTimestamp' => false
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user