add some attributes + email change strategies base classes + interface
This commit is contained in:
15
lib/User/Contracts/StrategyInterface.php
Normal file
15
lib/User/Contracts/StrategyInterface.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Da\User\Contracts;
|
||||
|
||||
/**
|
||||
*
|
||||
* StrategyInterface.php
|
||||
*
|
||||
* Date: 3/12/16
|
||||
* Time: 16:23
|
||||
* @author Antonio Ramirez <hola@2amigos.us>
|
||||
*/
|
||||
interface StrategyInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user