12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
12
app/Contracts/NewsletterSyncClient.php
Normal file
12
app/Contracts/NewsletterSyncClient.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
use App\Models\NewsletterSubscription;
|
||||
|
||||
interface NewsletterSyncClient
|
||||
{
|
||||
public function subscribe(NewsletterSubscription $subscription): void;
|
||||
|
||||
public function unsubscribe(NewsletterSubscription $subscription): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue