8 lines
155 B
PHP
8 lines
155 B
PHP
<?php
|
|
|
|
class WingStateViewsController extends EntityDefaultViewsController {
|
|
|
|
public function __construct($type) {
|
|
parent::__construct($type);
|
|
}
|
|
}
|