mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 15:27:44 +00:00
refactoring collection a little bit, adjust token from collection manual,write some test for the simple logic, fixing superusers authAdmin
This commit is contained in:
14
src/viewModels/CollectionItem.php
Normal file
14
src/viewModels/CollectionItem.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Pb\viewModels;
|
||||
|
||||
use DateTime;
|
||||
|
||||
class CollectionItem
|
||||
{
|
||||
public string $collectionName;
|
||||
public string $collectionId;
|
||||
public DateTime $created;
|
||||
public string $id;
|
||||
public DateTime $updated;
|
||||
}
|
||||
Reference in New Issue
Block a user