From 00554847527af3fcf13915d24975279d5793b270 Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Mon, 16 Jan 2017 02:31:28 +0000 Subject: [PATCH] Apply fixes from StyleCI --- library/think/Collection.php | 1 - 1 file changed, 1 deletion(-) 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 {