X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/f3edeb601556e7741804b0c0bec2711996774bfe..f46e4d3108d944bcf86f5905780f1fcfd441c036:/src/shpub/Command/Like.php diff --git a/src/shpub/Command/Like.php b/src/shpub/Command/Like.php index 5b456f9..65020dc 100644 --- a/src/shpub/Command/Like.php +++ b/src/shpub/Command/Like.php @@ -3,16 +3,6 @@ namespace shpub; class Command_Like extends Command_AbstractProps { - /** - * @var Config - */ - protected $cfg; - - public function __construct($cfg) - { - $this->cfg = $cfg; - } - public static function opts(\Console_CommandLine $optParser) { $cmd = $optParser->addCommand('like');