for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: thales
* Date: 17/01/2019
* Time: 20:12
*/
namespace Saci\Console\Infrastructure\Domain\Services\PhpClass;
use cristianoc72\codegen\model\GenerateableInterface;
use cristianoc72\codegen\model\PhpClass;
use Saci\Console\Domain\Services\PhpClass as PhpClassInterface;
class CommandHandler extends PhpClass implements PhpClassInterface
{
public function make(string $moduleName): GenerateableInterface
$this
->setQualifiedName("Saci\\{$moduleName}\\UseCase\\");
return $this;
}