Corcel\UserMeta::newCollection PHP Method

newCollection() public method

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