diff --git a/nur_src/cli/Application.php b/nur_src/cli/Application.php index 3684452..61d263d 100644 --- a/nur_src/cli/Application.php +++ b/nur_src/cli/Application.php @@ -42,7 +42,6 @@ abstract class Application { * self::PROJDIR sans le suffixe "-app" */ const PROJCODE = null; - const APPCODE = null;#XXX /** * @var string|null identifiant d'un groupe auquel l'application appartient. @@ -66,6 +65,7 @@ abstract class Application { const DATADIR = null; const ETCDIR = null; const VARDIR = null; + const CACHEDIR = null; const LOGDIR = null; /** @var bool faut-il activer automatiquement l'écriture dans les logs */