for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sulu\Bundle\ArticleBundle\Prooph\Model\Event;
use Prooph\EventSourcing\AggregateChanged;
class CreateArticle extends AggregateChanged
{
public function createdBy(): int
return $this->payload['createdBy'];
}