drupal_module__wing/WingWorkflowFeaturesController.inc

8 lines
No EOL
163 B
PHP

<?php
class WingWorkflowFeaturesController extends EntityDefaultFeaturesController {
public function __construct($type) {
parent::__construct($type);
}
}