diff --git a/library/think/Collection.php b/library/think/Collection.php index 0e718616..7b57ee03 100644 --- a/library/think/Collection.php +++ b/library/think/Collection.php @@ -16,7 +16,6 @@ use ArrayIterator; use Countable; use IteratorAggregate; use JsonSerializable; -use think\Model; class Collection implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable {