mirror of
https://github.com/elyby/php-tempmailbuster.git
synced 2025-05-31 14:11:41 +05:30
Static Loader class was refactored into AntiTempmailRepo class.
Added LoaderInterface. Added fromLoader creator for Storage.
This commit is contained in:
12
src/LoaderInterface.php
Normal file
12
src/LoaderInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Ely\TempMailBuster;
|
||||
|
||||
interface LoaderInterface
|
||||
{
|
||||
/**
|
||||
* Load data from some source and return array with strings
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function load();
|
||||
}
|
||||
Reference in New Issue
Block a user