убрал ненужный дебаг дд
This commit is contained in:
parent
1875dacfbb
commit
6377b84396
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user