Skip to content

Commit

Permalink
Fix typo on method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boco committed May 16, 2015
1 parent c406daf commit b88cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ Sometimes you may wish to call other commands from an existing Artisan command.

If you would like to call another console command and suppress all of its output, you may use the `callSilent` method. The `callSilent` method has the same signature as the `call` method:

$this->call('email:send', [
$this->callSilent('email:send', [
'user' => 1, '--queue' => 'default'
]);

0 comments on commit b88cf49

Please sign in to comment.