Skip to content

Commit

Permalink
remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 3, 2022
1 parent 5e1d879 commit c000773
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,6 @@ Let's take a look at an example command. Note that we are able to request any de
*/
protected $description = 'Send a marketing email to a user';

/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}

/**
* Execute the console command.
*
Expand Down

0 comments on commit c000773

Please sign in to comment.