Ajoute des vues

This commit is contained in:
2017-11-12 23:36:48 +01:00
parent b80bde6b1d
commit 0b50e75fa2
11 changed files with 235 additions and 7 deletions

11
app/Folder.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
namespace App;
class Folder
{
const FOLDER_NEW = 'new';
const FOLDER_BACKUP = 'backup';
const FOLDER_CURRENT = 'list';
}