|
...
|
...
|
@@ -258,6 +258,7 @@ class WeekProject extends Command |
|
|
|
}
|
|
|
|
$timestamp = strtotime('tomorrow 9:00 AM');
|
|
|
|
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
|
|
|
|
$content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content);
|
|
|
|
$param = [
|
|
|
|
'project_id'=>$project_id,
|
|
|
|
'friend_id'=>$friend_id,
|
...
|
...
|
|