for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Modules\Translation\Events;
class TranslationNotFoundInCache
{
/**
* @var string The cache key
*/
public $key;
public function __construct($key)
$this->key = $key;
}