web/app/Folder.php

11 lines
141 B
PHP
Raw Normal View History

2017-11-12 23:36:48 +01:00
<?php
namespace App;
class Folder
{
const FOLDER_NEW = 'new';
const FOLDER_BACKUP = 'backup';
const FOLDER_CURRENT = 'list';
}