mongoyii-php7 icon indicating copy to clipboard operation
mongoyii-php7 copied to clipboard

CEvent class not exist

Open casalegno opened this issue 7 months ago • 0 comments

Into Document.php there is no set CEvent like EModelEvent in the header of file.

I fix the issue in my project with YII adding a new line at row 11

9 use CMap;
10 use CModelEvent;
11 use CEvent; ## added this line
...

casalegno avatar Jul 22 '24 12:07 casalegno