for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Hechoenlaravel\JarvisFoundation\Flows;
/**
* Class DeleteStepCommand
* @package Hechoenlaravel\JarvisFoundation\Flows
*/
class DeleteStepCommand
{
* @var
public $step;
* @param Step $step
public function __construct(Step $step)
$this->step = $step;
}