Skip to content

Commit

Permalink
updated test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
msztorc committed Oct 7, 2020
1 parent 86b9182 commit 12398bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
class AwesomeCommand extends Command
{
/**
* The console command name.
* The name and signature of the console command.
*
* @var string
*/
protected $name = \'command:name\';
protected $signature = \'command:name\';
/**
* The console command description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
class AwesomeCommand extends Command
{
/**
* The console command name.
* The name and signature of the console command.
*
* @var string
*/
protected $name = \'command:name\';
protected $signature = \'command:name\';
/**
* The console command description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
class MyAwesomeCommand extends Command
{
/**
* The console command name.
* The name and signature of the console command.
*
* @var string
*/
protected $name = \'command:name\';
protected $signature = \'command:name\';
/**
* The console command description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
class MyAwesomeCommand extends Command
{
/**
* The console command name.
* The name and signature of the console command.
*
* @var string
*/
protected $name = \'my:awesome\';
protected $signature = \'my:awesome\';
/**
* The console command description.
Expand Down

0 comments on commit 12398bb

Please sign in to comment.