Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Apr 16, 2024
1 parent 8b68d3a commit a022e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions console/MigrateV1Command.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php namespace Rainlab\Translate\Console;
<?php namespace RainLab\Translate\Console;

use Db;
use Schema;
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use RainLab\Translate\Classes\ThemeScanner;
use RainLab\Translate\Models\Message;

/**
Expand Down
2 changes: 1 addition & 1 deletion console/ScanCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Rainlab\Translate\Console;
<?php namespace RainLab\Translate\Console;

use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
Expand Down

0 comments on commit a022e36

Please sign in to comment.