新增微信公众号错误
This commit is contained in:
27
catch/wechat/repository/WechatUsersRepository.php
Normal file
27
catch/wechat/repository/WechatUsersRepository.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* @filename Users.php
|
||||
* @createdAt 2020/6/21
|
||||
* @project https://github.com/yanwenwu/catch-admin
|
||||
* @document http://doc.catchadmin.com
|
||||
* @author JaguarJack <njphper@gmail.com>
|
||||
* @copyright By CatchAdmin
|
||||
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
||||
*/
|
||||
namespace catchAdmin\wechat\repository;
|
||||
|
||||
use catchAdmin\wechat\model\WechatUsers;
|
||||
use catcher\base\CatchRepository;
|
||||
|
||||
class WechatUsersRepository extends CatchRepository
|
||||
{
|
||||
|
||||
public function __construct(WechatUsers $users)
|
||||
{
|
||||
}
|
||||
|
||||
protected function model()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user