Files
yii2-usuario/lib/User/Service/PasswordRecoveryService.php
2016-12-06 00:24:24 +01:00

16 lines
191 B
PHP

<?php
namespace Da\User\Service;
/**
*
* PasswordRecoveryService.php
*
* Date: 5/12/16
* Time: 14:18
* @author Antonio Ramirez <hola@2amigos.us>
*/
class PasswordRecoveryService
{
}