Files
Phraseanet/lib/Alchemy/Phrasea/Core/Event/CollectionEnabled.php
Jean-Yves Gaulier 304e5d0849 #PHRAS-741 #time 1m
add forgotten files...
2015-10-28 15:34:13 +01:00

10 lines
146 B
PHP

<?php
namespace Alchemy\Phrasea\Core\Event;
use Symfony\Component\EventDispatcher\Event;
class CollectionEnabled extends CollectionRelated
{
}