option('daysInFuture'); $testRun = $this->option('testRun'); if(strtoupper($testRun) == 'TRUE') { $testRun = true; } else{ $testRun = false; } PublishHelper::publishTodayPosts(['facebook', 'twitter'], $testRun, $daysInFuture); } }