-
jurgenhaas authoredjurgenhaas authored
BaseCommandInterface.php 244 B
<?php
namespace LakeDrops\Component\Composer;
/**
* Interface for BaseCommand.
*
* @package LakeDrops\Component\Composer
*/
interface BaseCommandInterface {
/**
* @return string
*/
public function getHandlerClass(): string;
}