Exemple #1
0
 /**
  * Stub for overide
  * @param LoanApplication $application
  * @return string
  */
 protected function getDocumentBasePath(LoanApplication $application)
 {
     return $this->losConnection->getLicenseKey() . '/' . $application->getLosId();
 }