Skip to content

Commit ef72716

Browse files
committed
rename file
1 parent d1d77eb commit ef72716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Console/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class Command extends SymfonyCommand
1919
{
20-
use Concerns\CallOtherCommands,
20+
use Concerns\CallsCommands,
2121
Macroable;
2222

2323
/**

src/Illuminate/Console/Concerns/CallOtherCommands.php renamed to src/Illuminate/Console/Concerns/CallsCommands.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Symfony\Component\Console\Output\NullOutput;
77
use Symfony\Component\Console\Output\OutputInterface;
88

9-
trait CallOtherCommands
9+
trait CallsCommands
1010
{
1111
/**
1212
* Resolve the console command instance for the given command.

0 commit comments

Comments
 (0)