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 Oct 3, 2023
1 parent 1173ee3 commit 63e5411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Commands/MigrationGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
use Illuminate\Support\Composer;
use Orchestra\Canvas\Core\Concerns\MigrationGenerator;

/**
* @property string|null $name
* @property string|null $description
*/
class MigrationGeneratorCommand extends \Illuminate\Console\MigrationGeneratorCommand

Check failure on line 13 in src/Commands/MigrationGeneratorCommand.php

View workflow job for this annotation

GitHub Actions / PHP8.1 on ubuntu-latest (highest)

Non-abstract class Orchestra\Canvas\Core\Commands\MigrationGeneratorCommand contains abstract method migrationStubFile() from class Illuminate\Console\MigrationGeneratorCommand.

Check failure on line 13 in src/Commands/MigrationGeneratorCommand.php

View workflow job for this annotation

GitHub Actions / PHP8.1 on ubuntu-latest (highest)

Non-abstract class Orchestra\Canvas\Core\Commands\MigrationGeneratorCommand contains abstract method migrationTableName() from class Illuminate\Console\MigrationGeneratorCommand.
{
use MigrationGenerator;
Expand Down

0 comments on commit 63e5411

Please sign in to comment.