Skip to content

Commit

Permalink
AppRecord, UrlMapper 移到 plugin 中 #2882
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 22, 2017
1 parent 835230f commit 4adfbcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 103 deletions.
6 changes: 3 additions & 3 deletions docs/AutoComplete.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace miaoxing\app\docs {

/**
* @property \Miaoxing\App\Service\AppRecord $appRecord 应用数据表服务
* @method \Miaoxing\App\Service\AppRecord|\Miaoxing\App\Service\AppRecord[] appRecord()
* @property \Miaoxing\Plugin\Service\AppRecord $appRecord 应用数据表服务
* @method \Miaoxing\Plugin\Service\AppRecord|\Miaoxing\Plugin\Service\AppRecord[] appRecord()
*
* @property \Miaoxing\App\Service\UserApp $userApp 用户拥有的应用
* @method \Miaoxing\App\Service\UserApp|\Miaoxing\App\Service\UserApp[] userApp()
*
* @property \services\UrlMapper urlMapper() URL地址映射
* @property \Miaoxing\Plugin\Service\UrlMapper urlMapper() URL地址映射
*
* @property \Miaoxing\App\Service\Status $status 状态服务
*
Expand Down
100 changes: 0 additions & 100 deletions src/Service/AppRecord.php

This file was deleted.

0 comments on commit 4adfbcf

Please sign in to comment.