remove empty construct

This commit is contained in:
Diatrex 2021-03-26 10:06:34 +03:00
commit 77962cbbbd

View File

@ -1,9 +1,6 @@
<?php namespace Visiosoft\ProfileModule\Events;
class PasswordChanged
{
public function __construct()
{
}
}