deblan.tv/vendor/trinity/src/Trinity/Bundle/ContentManagerBundle/TrinityContentManagerEvents.php

9 lines
152 B
PHP
Raw Permalink Normal View History

2015-03-02 21:57:49 +01:00
<?php
namespace Trinity\Bundle\ContentManagerBundle;
final class TrinityContentManagerEvents
{
const SECURITY_CHECK = 'trinity.security.check';
}