WingStateFeaturesController.inc 161 B

12345678
  1. <?php
  2. class WingStateFeaturesController extends EntityDefaultFeaturesController {
  3. public function __construct($type) {
  4. parent::__construct($type);
  5. }
  6. }