You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the NestedSet behaviour of the MVC, the latest version of 3.2.x throws an error that Phalcon\Traits\EventManagerAwareTrait was not found.
Looking at the source, I feel that the filename is incorrect and should be: Traits\EventManagerAwareTrait.php and not Traits\EventManagerTrait.php.
Either that, or the trait name needs to be changed to EventManagerTrait and the corresponding reference in line 16 of the NestedSet behaviour needs changing.
The text was updated successfully, but these errors were encountered:
When using the NestedSet behaviour of the MVC, the latest version of 3.2.x throws an error that
Phalcon\Traits\EventManagerAwareTrait was not found.
Looking at the source, I feel that the filename is incorrect and should be: T
raits\EventManagerAwareTrait.php
and notTraits\EventManagerTrait.php
.Either that, or the trait name needs to be changed to
EventManagerTrait
and the corresponding reference in line 16 of the NestedSet behaviour needs changing.The text was updated successfully, but these errors were encountered: