for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* Night Club
*
* @author Basil Suter <[email protected]>
* @since 1.0.14
*/
class NightClub extends EntertainmentBusiness
{
* {@inheritDoc}
public function typeDefintion()
return 'NightClub';
}