This commit is contained in:
2023-12-18 18:11:58 +08:00
parent 4bcd4a8a44
commit 9b249e538b
13 changed files with 39 additions and 559 deletions
+4 -1
View File
@@ -6,7 +6,6 @@ namespace Database\Base;
use Database\ModelInterface;
use Exception;
/**
@@ -16,6 +15,10 @@ use Exception;
class CollectionIterator extends \ArrayIterator
{
/**
* @var ModelInterface|string
*/
private ModelInterface|string $model;