luyadev/luya

View on GitHub
core/web/jsonld/CountryTrait.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya\web\jsonld;

/**
 * JsonLd Country Trait.
 *
 * @see https://schema.org/Country
 * @author Basil Suter <basil@nadar.io>
 * @since 1.0.3
 */
trait CountryTrait
{
    use PlaceTrait;
}