Files
yii2-usuario/lib/User/Contracts/ServiceInterface.php
T

19 lines
244 B
PHP

<?php
namespace Da\User\Contracts;
/**
*
* ServiceInterface.php
*
* Date: 4/12/16
* Time: 2:56
* @author Antonio Ramirez <hola@2amigos.us>
*/
interface ServiceInterface
{
/**
* @return void
*/
public function run();
}