代码初始化
This commit is contained in:
18
addons/epay/library/Collection.php
Normal file
18
addons/epay/library/Collection.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace addons\epay\library;
|
||||
|
||||
class Collection extends \Yansongda\Supports\Collection
|
||||
{
|
||||
|
||||
/**
|
||||
* 创建 Collection 实例
|
||||
* @access public
|
||||
* @param array $items 数据
|
||||
* @return static
|
||||
*/
|
||||
public static function make($items = [])
|
||||
{
|
||||
return new static($items);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user