Merge pull request #24004 from frederic34/patch-8

doc
This commit is contained in:
Laurent Destailleur 2023-02-23 20:29:21 +01:00 committed by GitHub
commit b1f6db96ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018-2023 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -27,6 +27,11 @@
*/
class DataPolicyCron
{
/**
* @var DoliDB Database handler.
*/
public $db;
/**
* Constructor
*