]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Entity/Reminder.php
CS: declare visibility for constants
[galette.git] / galette / lib / Galette / Entity / Reminder.php
index 9cff34da922c9b81509f4885920ace18bcc0bf39..77a4b201d7e2a33907b86d27e4b01bfbe574c8a9 100644 (file)
@@ -58,8 +58,8 @@ use Galette\Core\History;
 
 class Reminder
 {
-    const TABLE = 'reminders';
-    const PK = 'reminder_id';
+    public const TABLE = 'reminders';
+    public const PK = 'reminder_id';
 
     private $id;
     private $type;
@@ -71,8 +71,8 @@ class Reminder
     private $replaces;
     private $msg;
 
-    const IMPENDING = 1;
-    const LATE = 2;
+    public const IMPENDING = 1;
+    public const LATE = 2;
 
     /**
      * Main constructor