*/ namespace App\Event; class LogEvent { public function __construct(public array $data){} }