Skip to content

Commit

Permalink
fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 7, 2015
1 parent d621a63 commit 69dc61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ Let's look at a few more scheduling examples:

#### E-mail The Output Of A Scheduled Job

Note that you must send the output to a file first before it can be emailed.

$schedule->command('foo')->sendOutputTo($filePath)->emailOutputTo('[email protected]');

> **Note:** You must send the output to a file before it can be mailed.
#### Send The Output Of The Scheduled Job To A Given Location

$schedule->command('foo')->sendOutputTo($filePath);
Expand Down

0 comments on commit 69dc61e

Please sign in to comment.