Repository URL to install this package:
|
Version:
6.2.6 ▾
|
<?php
namespace DigitalAscetic\NotificationsBundle\Entity;
interface NotifiableEntity
{
public function getId();
}