Files
afup/sources/AppBundle/Association/MembershipReminderInterface.php
Xavier Leune 3e75adcebe CS Fixer
2017-03-11 18:10:22 +01:00

10 lines
145 B
PHP

<?php
namespace AppBundle\Association;
interface MembershipReminderInterface
{
public function sendReminder(NotifiableInterface $user);
}