public function __construct($attr = []) { $now = date('Y-m-d'); $this->attr['passport_expiry'] = $now; $this->attr['visa_expiry'] = $now; $this->attr['report_expiry'] = $now; parent::__construct($attr); }
public function __construct($attr = []) { $this->attr['job_request_date'] = date('Y-m-d'); parent::__construct($attr); }