This commit is contained in:
2024-06-14 15:55:36 +03:00
parent 5468b1d286
commit 987effd67f
35 changed files with 1808 additions and 245 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace src\collections;
class BaseCollection
{
}