Feed interface

This commit is contained in:
2020-10-03 02:44:11 +05:00
parent bc15c3ba35
commit 3b50c8058f
7 changed files with 14 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace App\Services\Feeds;
interface Feed
{
public function get() : array ;
}