for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Omatech\Mage\Core\Domains\Translations\Jobs;
class AllTranslation
{
/**
* @param $all
* @param array $locales
* @return mixed
*/
public function make($all, array $locales)
return $all->get($locales);
}