luyadev/luya

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

Summary

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

namespace luya\web\jsonld;

/**
 * Cafe or Coffee Shop
 *
 * @author Basil Suter <basil@nadar.io>
 * @since 1.0.14
 */
class CafeOrCoffeeShop extends FoodEstablishment
{
    /**
     * {@inheritDoc}
     */
    public function typeDefintion()
    {
        return 'CafeOrCoffeeShop';
    }
}