Small fixes

This commit is contained in:
RainLoop Team 2014-05-15 20:06:44 +04:00
parent 67f666fa7d
commit 9b59ad32dc
16 changed files with 433 additions and 233 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace RainLoop\Enumerations;
class Capa
{
const PREM = 'PREM';
}