芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/controllers/DestinationController.php
<?php namespace app\controllers; use yii\rest\ActiveController; class DestinationController extends ActiveController{ public $modelClass='app\models\Destination'; } ?>