model = $model; } /** * @return string */ public function getInvoiceNumber(): string { return date('ymd'); } }