We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d77eb commit ef72716Copy full SHA for ef72716
src/Illuminate/Console/Command.php
@@ -17,7 +17,7 @@
17
18
class Command extends SymfonyCommand
19
{
20
- use Concerns\CallOtherCommands,
+ use Concerns\CallsCommands,
21
Macroable;
22
23
/**
src/Illuminate/Console/Concerns/CallOtherCommands.php renamed to src/Illuminate/Console/Concerns/CallsCommands.php
@@ -6,7 +6,7 @@
6
use Symfony\Component\Console\Output\NullOutput;
7
use Symfony\Component\Console\Output\OutputInterface;
8
9
-trait CallOtherCommands
+trait CallsCommands
10
11
12
* Resolve the console command instance for the given command.
0 commit comments