ulmus/src/Repository/ServerRequestCountRepository.php
Dave Mc Nicoll 16c6eb57fb - Added a MssqlRepository
- Adapter some code to allow more flexibility for the new LDAP adapter from ulmus-ldap.
- Insert's fields are now escaped by default.
- A new RelationBuilder was added, a lot of code from the EntityTrait was moved into this. Some code from the Repository class will need to be moved there too.
2021-03-01 16:26:06 +00:00

7 lines
115 B
PHP

<?php
namespace Ulmus\Repository;
use Ulmus\Repository;
class ServerRequestCountRepository extends Repository {}