Update bookmark.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:37:02 +02:00 committed by GitHub
parent d03900c6f8
commit 4066af99e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,9 @@ class Bookmark extends CommonObject
public $db;
/**
* @var int ID
*/
public $id;
* @var int ID
*/
public $id;
var $fk_user;
var $datec;