for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CultuurNet\UDB3\Place\Commands;
use CultuurNet\UDB3\Offer\ImageUpdateTrait;
/**
* Provides a command to update an image of the place.
*/
class UpdateImage
{
use ImageUpdateTrait;
}