added email change strategies

This commit is contained in:
Antonio Ramirez
2016-12-10 14:14:42 +01:00
parent 3fe09e3eb3
commit e215fd58bf
19 changed files with 626 additions and 119 deletions

View File

@ -1,15 +1,10 @@
<?php
namespace Da\User\Contracts;
/**
*
* StrategyInterface.php
*
* Date: 3/12/16
* Time: 16:23
* @author Antonio Ramirez <hola@2amigos.us>
*/
interface StrategyInterface
{
/**
* @return bool
*/
public function run();
}