Feed interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace App\Services\Feeds;
|
||||
|
||||
interface Feed
|
||||
{
|
||||
public function get() : array ;
|
||||
}
|
||||
Reference in New Issue
Block a user