add Settings Class, add authAsUser method for collection

This commit is contained in:
Jonathan
2023-04-15 20:50:48 +02:00
parent 9d125d8cc2
commit df8ed036fc
5 changed files with 86 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"autoload": {
"classmap": [
"src/Client.php",
"src/Settings.php",
"src/Collection.php"]
},
"require": {