Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 17, 2020
1 parent 7f3101b commit 0294433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Concerns/CallsCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function callSilent($command, array $arguments = [])
* @param array $arguments
* @return int
*/
public function callWithoutOutput($command, array $arguments = [])
public function callSilently($command, array $arguments = [])
{
return $this->callSilent($command, $arguments);
}
Expand Down

0 comments on commit 0294433

Please sign in to comment.