update models + added social network account services
This commit is contained in:
@ -1,18 +1,10 @@
|
||||
<?php
|
||||
namespace Da\User\Contracts;
|
||||
|
||||
/**
|
||||
*
|
||||
* ServiceInterface.php
|
||||
*
|
||||
* Date: 4/12/16
|
||||
* Time: 2:56
|
||||
* @author Antonio Ramirez <hola@2amigos.us>
|
||||
*/
|
||||
interface ServiceInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
* @return bool
|
||||
*/
|
||||
public function run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user