Skip to content

Commit

Permalink
fixed display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Apr 1, 2021
1 parent 19294fb commit 9e33c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/GrouperApiAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
class GrouperApiAccess
{
// Array for storing settings needed in call to Grouper
private array $config;
private $config;

// Instance of Grouper HTTP Wrapper class
private GrouperHTTPWrapper $http;
private $http;

// String used to build out Grouper WS URL
private string $_urlServlet = '/grouper-ws/servicesRest/';
private $_urlServlet = '/grouper-ws/servicesRest/';

/**
* GrouperApiAccess constructor.
Expand Down

0 comments on commit 9e33c04

Please sign in to comment.