Corcel\UserMeta::newCollection PHP Méthode

newCollection() public méthode

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