Skip to content

CEvent class not exist #35

@casalegno

Description

@casalegno

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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions