paper = new Paper(); } public function tomorrow() { $today = new \DateTime(); $tomorrow = $today->modify('+1 day'); if(in_array($tomorrow->format('d-m'), $this->daysClosed)){ $this->paper->sendPrint('Jutro sklepy są zamknięte.', "Jutrzejszy dzień jest dniem \nwolnym od handlu ponieważ jutro \njest święto albo niedziela wolna \nod handlu\n\n".$tomorrow->format('d-m-Y'), $this->icon); } } }