11 lines
142 B
PHP
11 lines
142 B
PHP
|
|
<?php
|
||
|
|
namespace Features\ViewContainers;
|
||
|
|
/**
|
||
|
|
* Description of TriggerContainer
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
class TriggerContainer extends ViewContainer
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|