8 lines
No EOL
163 B
PHP
8 lines
No EOL
163 B
PHP
<?php
|
|
|
|
class WingWorkflowFeaturesController extends EntityDefaultFeaturesController {
|
|
|
|
public function __construct($type) {
|
|
parent::__construct($type);
|
|
}
|
|
} |