Skip to content
Snippets Groups Projects
Commit 6b900812 authored by Demian Katz's avatar Demian Katz
Browse files

Changed method to protected (doesn't need to be public).

parent 54445531
No related merge requests found
......@@ -128,7 +128,7 @@ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf
* @throws ILSException
* @return void
*/
public function loadPickupLocations($filename)
protected function loadPickupLocations($filename)
{
// Load pickup locations file:
$pickupLocationsFile
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment