v0.2.1
Pre-release
Pre-release
Refactoring
New config option must be added to previously published configurations
/**
* Deployment class used.
*
* Add custom deployments by implementing @see \JTMcC\AtomicDeployments\Interfaces\DeploymentInterface
* and adding your class to this config property
*/
'deployment-class' => \JTMcC\AtomicDeployments\Services\Deployment::class,