chore: fix typo

This commit is contained in:
peaklabs-dev
2024-12-09 12:36:33 +01:00
parent c995819ed3
commit 4428b95a65
3 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ namespace App\Notifications\Channels;
interface SendsEmail
{
public function getRecepients($notification);
public function getRecipients($notification);
}