mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
add Settings Class, add authAsUser method for collection
This commit is contained in:
@@ -15,4 +15,9 @@ class Client
|
||||
{
|
||||
return new Collection($this->url ,$collection);
|
||||
}
|
||||
|
||||
public function settings(): Settings
|
||||
{
|
||||
return new Settings($this->url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user