mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Improved organisation of Services
This commit is contained in:
parent
c3308aaf24
commit
a4eae19a1f
56 changed files with 100 additions and 97 deletions
|
@ -23,7 +23,7 @@ declare(strict_types=1);
|
|||
namespace App\Command\Currencies;
|
||||
|
||||
use App\Entity\PriceInformations\Currency;
|
||||
use App\Services\ExchangeRateUpdater;
|
||||
use App\Services\Tools\ExchangeRateUpdater;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Exchanger\Exception\Exception;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
namespace App\Command;
|
||||
|
||||
use App\Services\GitVersionInfo;
|
||||
use App\Services\Misc\GitVersionInfo;
|
||||
use Shivas\VersioningBundle\Service\VersionManagerInterface;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue