Apply fixes from StyleCI

This commit is contained in:
ThinkPHP
2017-01-16 02:31:28 +00:00
committed by StyleCI Bot
parent d5d5314f2e
commit 0055484752

View File

@@ -16,7 +16,6 @@ use ArrayIterator;
use Countable;
use IteratorAggregate;
use JsonSerializable;
use think\Model;
class Collection implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable
{