Skip to content

Commit

Permalink
Merge pull request #8 from core23/develop
Browse files Browse the repository at this point in the history
[MINOR] Added new crawler for artist events
  • Loading branch information
core23 committed May 13, 2019
2 parents d6b61f8 + 1414e13 commit ce139c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resources/config/services.xml
Expand Up @@ -15,6 +15,9 @@
<argument>%core23_lastfm.api.app_id%</argument>
<argument>%core23_lastfm.api.shared_secret%</argument>
</service>
<service id="Core23\LastFm\Crawler\ArtistEventCrawlerInterface" class="Core23\LastFm\Crawler\ArtistEventCrawler">
<argument type="service" id="Core23\LastFm\Connection\ConnectionInterface"/>
</service>
<service id="Core23\LastFm\Crawler\EventInfoCrawlerInterface" class="Core23\LastFm\Crawler\EventInfoCrawler">
<argument type="service" id="Core23\LastFm\Connection\ConnectionInterface"/>
</service>
Expand Down

0 comments on commit ce139c5

Please sign in to comment.