drupal_module__wing/WingStateUIController.inc

8 lines
191 B
PHP

<?php
class WingStateUIController extends EntityDefaultUIController {
public function __construct($entity_type, $entity_info) {
parent::__construct($entity_type, $entity_info);
}
}