debug
This commit is contained in:
@@ -4,14 +4,9 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace app\model;
|
namespace app\model;
|
||||||
|
|
||||||
use DateTime;
|
|
||||||
use storage\StorageCore;
|
use storage\StorageCore;
|
||||||
use think\facade\Cache;
|
|
||||||
use think\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @mixin think\Model
|
|
||||||
*/
|
|
||||||
class ChapterModel extends MongoModel
|
class ChapterModel extends MongoModel
|
||||||
{
|
{
|
||||||
protected $strCollection = 'chapter';
|
protected $strCollection = 'chapter';
|
||||||
@@ -36,8 +31,6 @@ class ChapterModel extends MongoModel
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Undocumented function
|
* Undocumented function
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user