diff --git a/img/app-dark.svg b/img/app-dark.svg new file mode 100644 index 0000000..54939fa --- /dev/null +++ b/img/app-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/group_sql.php b/lib/group_sql.php index b0531e6..b0c1c06 100644 --- a/lib/group_sql.php +++ b/lib/group_sql.php @@ -3,6 +3,7 @@ namespace OCA\user_sql; use \OCA\user_sql\lib\Helper; +use OCP\Util; class OC_GROUP_SQL extends \OC_Group_Backend implements \OCP\GroupInterface {