codemix / yii2-excelexport

A utility to quickly create Excel files from query results or raw data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting unknown property: yii\base\Event::source

ruslanmedia opened this issue · comments

Hi!

When I use for example Events, error displaying that, source property is unknown. How to fix that?

Getting unknown property: yii\base\Event::source

This is a documentation error. It should be $event->sender instead of $event->source.