Skip to content

Commit

Permalink
Fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtcd committed Oct 18, 2021
1 parent e14ef6d commit 79688a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="jbtcd.fitbit" class="jbtcd\Fitbit\FitbitConfiguration" public="true">
<service id="jbtcd.fitbit" class="jbtcd\Fitbit\Configuration\FitbitConfiguration" public="true">
<argument id="$clientId"/>
<argument id="$responseType"/>
<argument id="$clientSecret"/>
Expand Down

0 comments on commit 79688a4

Please sign in to comment.