Feat: Refactor application rejecting process
This commit is contained in:
@@ -6,9 +6,9 @@ use App\Entity\Application;
|
||||
use App\Model\ApplicationCheckDto;
|
||||
use Symfony\Contracts\EventDispatcher\Event;
|
||||
|
||||
class ApplicationRejectedEvent extends Event
|
||||
class ApplicationStatusEvent extends Event
|
||||
{
|
||||
public const NAME = 'application.rejected';
|
||||
public const NAME = 'application.status';
|
||||
|
||||
private Application $application;
|
||||
private ?string $comment;
|
||||
Reference in New Issue
Block a user