ServiceCategoryController.php 114 Bytes
<?php

class ServiceCategoryController extends I18dRcrudController
{
    public $modelName = 'ServiceCategory';
}