Skip to content

Commit

Permalink
Error when L10->L11 update (#10)
Browse files Browse the repository at this point in the history
* fix: Error when L10->L11 update

* fix: Error when L10->L11 update
  • Loading branch information
NelinD authored May 31, 2024
1 parent a899212 commit 0a022d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ConsoleCommand/MakeClickhouseMigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
use Illuminate\Contracts\Config\Repository as AppConfigRepositoryInterface;
use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\Support\Composer;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;

#[AsCommand(name: 'make:clickhouse-migration')]
final class MakeClickhouseMigrationCommand extends Command
{
private MigrationCreator $creator;
Expand Down

0 comments on commit 0a022d7

Please sign in to comment.