Skip to content

Commit

Permalink
Renamed init to doInitialize
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed May 20, 2020
1 parent 14cdc02 commit 30a81a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public static function getDependedComponentClasses(): array
/**
* Initialize services
*/
public static function init()
protected static function doInitialize()
{
parent::init();
parent::doInitialize();
self::initYAMLServices(dirname(__DIR__));
}
}

0 comments on commit 30a81a5

Please sign in to comment.