Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 28, 2024
1 parent 3ccdbf5 commit 2b70ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/MigrationGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

use Illuminate\Filesystem\Filesystem;
use Orchestra\Canvas\Core\Concerns\MigrationGenerator;
use Orchestra\Canvas\Core\Contracts\MigrationGenerator as MigrationGeneratorContract;
use Orchestra\Canvas\Core\Contracts\Generator;

/**
* @property string|null $name
* @property string|null $description
*/
abstract class MigrationGeneratorCommand extends \Illuminate\Console\MigrationGeneratorCommand implements MigrationGeneratorContract
abstract class MigrationGeneratorCommand extends \Illuminate\Console\MigrationGeneratorCommand implements Generator
{
use MigrationGenerator;

Expand Down

0 comments on commit 2b70ba7

Please sign in to comment.