Initial Version
This commit is contained in:
13
core/lib/Models/Tenant/TenantCollection.php
Normal file
13
core/lib/Models/Tenant/TenantCollection.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace KTXC\Models\Tenant;
|
||||
|
||||
use KTXF\Utile\Collection\CollectionAbstract;
|
||||
|
||||
class TenantCollection extends CollectionAbstract
|
||||
{
|
||||
public function __construct(array $items = [])
|
||||
{
|
||||
parent::__construct($items, TenantObject::class, CollectionAbstract::TYPE_STRING);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user