Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kuhl committed Mar 6, 2014
1 parent 6ac2c1b commit 29d6a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You may override `environment()` to ensure your command is only scheduled in spe
```
public function environment()
{
return '*';
return ['development','staging'];
}
```

Expand Down

0 comments on commit 29d6a39

Please sign in to comment.