Egorka
6 years ago
2 changed files with 26 additions and 4 deletions
@ -0,0 +1,20 @@
|
||||
<?php |
||||
/** |
||||
* Created by Error202 |
||||
* Date: 03.09.2018 |
||||
*/ |
||||
|
||||
namespace core\services\newsletter; |
||||
|
||||
class FakeSubscribe implements Newsletter |
||||
{ |
||||
public function subscribe($email): void |
||||
{ |
||||
return; |
||||
} |
||||
|
||||
public function unsubscribe($email): void |
||||
{ |
||||
return; |
||||
} |
||||
} |
Loading…
Reference in new issue