make() публичный статический Метод

public static make ( string $key, Model $model )
$key string
$model Illuminate\Database\Eloquent\Model
 protected function guardAgainstUntranslatableAttribute(string $key)
 {
     if (!$this->isTranslatableAttribute($key)) {
         throw AttributeIsNotTranslatable::make($key, $this);
     }
 }