Skip to content

Commit

Permalink
Removed confusing comment about event triggering from BaseActiveRecor…
Browse files Browse the repository at this point in the history
…d::init() (yiisoft#14303) [skip ci]
  • Loading branch information
drodata authored and samdark committed Dec 19, 2017
1 parent 80e8039 commit 04891af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/db/BaseActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,6 @@ public function setIsNewRecord($value)
* Initializes the object.
* This method is called at the end of the constructor.
* The default implementation will trigger an [[EVENT_INIT]] event.
* If you override this method, make sure you call the parent implementation at the end
* to ensure triggering of the event.
*/
public function init()
{
Expand Down

0 comments on commit 04891af

Please sign in to comment.