for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thruster\Action\DoctrineActions;
use Thruster\Component\Actions\Action\BaseAction;
/**
* Class DoctrinePersistAction
*
* @package Thruster\Action\DoctrineActions
* @author Aurimas Niekis <[email protected]>
*/
class DoctrinePersistAction extends BaseAction
{
* @inheritDoc
public function getName() : string
return 'thruster_doctrine_persist_action';
}