Dave M e465ecdf32 - Work done on Join and using the @Relation annotation in case there is no join.
- Added some field type (date, Datetime, Time)
- Added a new @Filter annotation which allows to filter repository from relation into a method.
2021-01-26 16:48:40 +00:00

6 lines
71 B
PHP

<?php
namespace Ulmus\Annotation\Property;
class On extends Where {}