Corcel\UserMeta::newCollection PHP 메소드

newCollection() 공개 메소드

Override newCollection() to return a custom collection
public newCollection ( array $models = [] ) : UserMetaCollection
$models array
리턴 UserMetaCollection
    public function newCollection(array $models = [])
    {
        return new UserMetaCollection($models);
    }