15 lines
205 B
PHP
15 lines
205 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: seyfer
|
|
* Date: 09.08.17
|
|
* Time: 16:06
|
|
*/
|
|
|
|
namespace Sly\NotificationPusher\Adapter;
|
|
|
|
|
|
interface FeedbackAdapterInterface
|
|
{
|
|
public function getFeedback();
|
|
} |