for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: siim
* Date: 7.02.19
* Time: 7:21
*/
namespace Sf4\Api\Notification;
class BaseMessage extends AbstractMessage
{
}