убрал ненужный дебаг дд

This commit is contained in:
maxim 2021-09-06 18:10:47 +03:00
parent 1875dacfbb
commit 6377b84396

View File

@ -19,9 +19,7 @@ class Month
$this->inactive_begin = []; $this->inactive_begin = [];
$this->inactive_end = []; $this->inactive_end = [];
if (!$date and !self::is_date($date)) { if (!$date and !self::is_date($date)) {
$date = date('Y-m-d'); $date = date('Y-m-d');
Debug::dd($date);
} }
$first_day_of_week = self::get_day_week(self::get_first_day($date)); $first_day_of_week = self::get_day_week(self::get_first_day($date));