Наследование: extends Illuminate\Database\Eloquent\Model, use trait Dimsav\Translatable\Translatable
 public function test_the_locale_key_can_be_customized_per_model()
 {
     $country = CountryWithCustomLocaleKey::find(1);
     $this->assertEquals($country->getLocaleKey(), 'language_id');
 }