]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/IO/CsvIn.php
CS: declare visibility for constants
[galette.git] / galette / lib / Galette / IO / CsvIn.php
index 412d3f8aff37d30eda3ac5206dc6bd1e4968dbd6..12fe0373f402a1a620198a66b947711074334030 100644 (file)
@@ -66,8 +66,8 @@ class CsvIn extends Csv implements FileInterface
 {
     use FileTrait;
 
-    const DEFAULT_DIRECTORY = GALETTE_IMPORTS_PATH;
-    const DATA_IMPORT_ERROR = -10;
+    public const DEFAULT_DIRECTORY = GALETTE_IMPORTS_PATH;
+    public const DATA_IMPORT_ERROR = -10;
 
     protected $extensions = array('csv', 'txt');