This commit is contained in:
Frédéric FRANCE 2023-02-22 20:58:55 +01:00 committed by GitHub
parent a17bcd1768
commit a20c511ee9
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
*