This commit is contained in:
Adrian Hopek
2022-04-26 12:50:39 +02:00
parent 7f5e462e4d
commit f95739ecb1
8 changed files with 8 additions and 8 deletions

View File

@@ -7,4 +7,4 @@ namespace Toby\Domain\Notifications;
interface Notifiable
{
public function notify($instance);
}
}