Skip to content

Commit

Permalink
Update console.stub to make new commands lazy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Nov 3, 2024
1 parent db76573 commit e4c1d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/stubs/console.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
namespace {{ namespace }};

use Illuminate\Console\Command;
use Symfony\Component\Console\Attribute\AsCommand;

#[AsCommand(name: '{{ command }}')]
class {{ class }} extends Command
{
/**
Expand Down

0 comments on commit e4c1d40

Please sign in to comment.