Skip to content

Commit

Permalink
Fix issue #3831 (#3832)
Browse files Browse the repository at this point in the history
* Fix issue 3829

* Update ThemeKeysCommand.php

* Update ThemeCommand.php
  • Loading branch information
kabanon authored and LOBsTerr committed Mar 17, 2018
1 parent f26d0a1 commit dbfc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Debug/ThemeKeysCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Yaml\Yaml;
use Drupal\Console\Core\Command\Command;
use Drupal\Console\Core\Command\Shared\CommandTrait;
use Drupal\Core\Theme\Registry;

Expand Down

0 comments on commit dbfc97c

Please sign in to comment.