Skip to content

Commit

Permalink
Update RemoteAutoloader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Aug 3, 2021
1 parent 5cfbf3b commit 74c51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implementations/autoloading/RemoteAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ protected function fetchCode($class, $salt = null){
return $url;
}

//$withSaltedUrl = (true === $this->str_contains($url, '${salt}', false)) ? true : false;
$withSaltedUrl = (true === $this->str_contains($url, '${salt}', false)) ? true : false;
// $url = $this->replaceUrlVars($url, $salt, $class, $this->version);

// print_r($url.'<br />');
Expand Down

0 comments on commit 74c51b5

Please sign in to comment.