scheduler->template)) { $this->{$this->scheduler->template}(); } } private function email_record() { (new EmailRecord($this->scheduler))->run(); } private function email_statement() { (new EmailStatementService($this->scheduler))->run(); } private function email_product_sales_report() { (new EmailProductSalesReport($this->scheduler))->run(); } /** * Sets the next run date of the scheduled task * */ //handle when the scheduler has been paused. }