for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PWWEB\Artomator\Commands\Publish;
use InfyOm\Generator\Commands\Publish\LayoutPublishCommand as Base;
class LayoutPublishCommand extends Base
{
/**
* The console command name.
*
* @var string
*/
protected $name = 'artomator.publish:layout';
}