From 29d6a39bc6f44ed933a23a9a2112ee8acb43c755 Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Thu, 6 Mar 2014 15:02:18 -0500 Subject: [PATCH] updating docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b90446..b805eeb 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You may override `environment()` to ensure your command is only scheduled in spe ``` public function environment() { - return '*'; + return ['development','staging']; } ```