Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 6, 2020
1 parent d1d77eb commit ef72716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Command extends SymfonyCommand
{
use Concerns\CallOtherCommands,
use Concerns\CallsCommands,
Macroable;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\Console\Output\NullOutput;
use Symfony\Component\Console\Output\OutputInterface;

trait CallOtherCommands
trait CallsCommands
{
/**
* Resolve the console command instance for the given command.
Expand Down

0 comments on commit ef72716

Please sign in to comment.