Open adrum opened 2 weeks ago
I noticed this function was not using the Pass ID pass when returning the path, and it required passing in the Pass ID as a constructor. It now allows for the following interaction:
$pass = new PassGenerator; $pass->getPassFilePath($uuid);
I noticed this function was not using the Pass ID pass when returning the path, and it required passing in the Pass ID as a constructor. It now allows for the following interaction: