drupal_module__wing/WingStateFeaturesController.inc

8 lines
161 B
PHP

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