Skip to content
Snippets Groups Projects
Commit 1f2f03c2 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6222 from gnovaro/patch-4

var to public
parents 70f70c88 191f69ec
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,14 @@ require_once DOL_DOCUMENT_ROOT .'/core/class/commonobject.class.php';
*/
class Service extends CommonObject
{
var $libelle;
var $price;
var $tms;
var $debut;
var $fin;
public $libelle;
public $price;
public $tms;
public $debut;
public $fin;
var $debut_epoch;
var $fin_epoch;
public $debut_epoch;
public $fin_epoch;
/**
* Constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment