add services + more structural additions
This commit is contained in:
18
lib/User/Contracts/ServiceInterface.php
Normal file
18
lib/User/Contracts/ServiceInterface.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?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();
|
||||
}
|
||||
Reference in New Issue
Block a user