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