for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tartana\Event\Listener;
class ConvertSoundListener extends AbstractProcessingListener
{
protected function getConfigurationKey ()
return 'sound.destination';
}
protected function getFileExtensionsForCommand ()
return [
'mp4' => 'convert:sound'
];