for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Modules\User\Events;
class UserWasUpdated
{
public $user;
public function __construct($user)
$this->user = $user;
}