Skip to content

Commit

Permalink
[MINOR] Added new crawler for artist events
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 13, 2019
1 parent 88a894b commit 6d7e18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
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 6d7e18f

Please sign in to comment.