Skip to content

Commit

Permalink
Remove when@dev and when@test (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Oct 9, 2023
1 parent 2ebd969 commit 06f7fa7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ services:

Datana\FakeApi\Api\Formulario\DateneingabenApi: null
Datana\FakeApi\Api\Formulario\StatisticsApi: null
when@dev:
services:
Datana\Formulario\Api\DateneingabenApiInterface: '@Datana\FakeApi\Api\Formulario\DateneingabenApi'
Datana\Formulario\Api\StatisticsApiInterface: '@Datana\FakeApi\Api\Formulario\StatisticsApi'

when@test:
services:
Datana\Formulario\Api\DateneingabenApiInterface: '@Datana\FakeApi\Api\Formulario\DateneingabenApi'
Datana\Formulario\Api\StatisticsApiInterface: '@Datana\FakeApi\Api\Formulario\StatisticsApi'

0 comments on commit 06f7fa7

Please sign in to comment.