Skip to content

Commit

Permalink
adding init function to be useable as application component
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Koller authored and Wolfgang Koller committed Nov 16, 2013
1 parent c5c1a43 commit d5d905e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/EGeoNameService/EGeoNameService.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ class EGeoNameService extends CComponent {
'root' => 'geonames',
),
);

/**
* Required to be useable as application component
*/
public function init() {
}

/**
*
Expand Down

0 comments on commit d5d905e

Please sign in to comment.