Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

Commit 04891af

Browse files
drodatasamdark
authored andcommitted
Removed confusing comment about event triggering from BaseActiveRecord::init() (yiisoft#14303) [skip ci]
1 parent 80e8039 commit 04891af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/db/BaseActiveRecord.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,6 @@ public function setIsNewRecord($value)
894894
* Initializes the object.
895895
* This method is called at the end of the constructor.
896896
* The default implementation will trigger an [[EVENT_INIT]] event.
897-
* If you override this method, make sure you call the parent implementation at the end
898-
* to ensure triggering of the event.
899897
*/
900898
public function init()
901899
{

0 commit comments

Comments
 (0)