You are here

public function ImageStylesWarmerCommands::__construct in Image Style Warmer 8

File

src/Commands/ImageStylesWarmerCommands.php, line 15

Class

ImageStylesWarmerCommands

Namespace

Drupal\image_style_warmer\Commands

Code

public function __construct(LoggerChannelFactoryInterface $loggerChannelFactory) {
  $this->loggerChannelFactory = $loggerChannelFactory;
}