Skip to content

Commit

Permalink
Change console command to use 'rekalogika' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 11, 2024
1 parent 49a7642 commit 67a3b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Update `MapperFactory` to reflect framework usage
* Use property info caching in non-framework usage
* Add mapping caching
* Change console command to use `rekalogika` prefix

## 0.5.2

Expand Down
2 changes: 1 addition & 1 deletion src/Command/MappingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;

#[AsCommand(name: 'debug:mapper:mapping', description: 'Dump mapping table')]
#[AsCommand(name: 'rekalogika:mapper:mapping', description: 'Dump mapping table')]
class MappingCommand extends Command
{
public function __construct(
Expand Down
2 changes: 1 addition & 1 deletion src/Command/TryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;

#[AsCommand(name: 'debug:mapper:try', description: 'Gets the mapping result from a source and target type pair.')]
#[AsCommand(name: 'rekalogika:mapper:try', description: 'Gets the mapping result from a source and target type pair.')]
class TryCommand extends Command
{
public function __construct(
Expand Down

0 comments on commit 67a3b15

Please sign in to comment.