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 Feb 29, 2024
1 parent 9880150 commit 650c222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Commands/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Orchestra\Canvas\Core\Contracts\GeneratesCode;

/**
* @property string|null $name
* @property string|null $description
* @property string|null $name
* @property string|null $description
*/
abstract class GeneratorCommand extends \Illuminate\Console\GeneratorCommand implements GeneratesCode
{
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/MigrationGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Orchestra\Canvas\Core\Concerns\MigrationGenerator;

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

0 comments on commit 650c222

Please sign in to comment.