|
...
|
...
|
@@ -281,8 +281,7 @@ class WeekProject extends Command |
|
|
|
foreach ($arr as $key => $val){
|
|
|
|
$content .= ($key+1).','.$val.PHP_EOL.PHP_EOL;
|
|
|
|
}
|
|
|
|
$timestamp = strtotime('tomorrow 9:00 AM');
|
|
|
|
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
|
|
|
|
$tomorrowNineAM = date('Y-m-d 09:00:00', time());
|
|
|
|
if(empty($content)){
|
|
|
|
return true;
|
|
|
|
}
|
...
|
...
|
|