Skip to content
Snippets Groups Projects

Add LoggerChannelTrait to ZipManager

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,7 @@
namespace Drupal\search_api_opensolr\Services;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Logger\LoggerChannelTrait;
use Drupal\Core\Messenger\MessengerInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\TempStore\PrivateTempStoreFactory;
@@ -19,6 +20,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
*/
class ZipManager {
use StringTranslationTrait;
use LoggerChannelTrait;
/**
* The OpenSolrConfigFiles service property.
Loading