Closed oussama-aitmi closed 3 years ago
I am using symfony4.4 with the bundle dms-filter-bundle 4.0 when I call my filter I get any result and any error, here is my filter from my entity :
/** * @ORM\Column(type="guid") * @SfFilter\Service(service="App\Rules\DocumentRules", method="uid") */ protected $uid;
Support for Symfony 4 has been dropped, please re-open if still an issue in Sf 5.
I am using symfony4.4 with the bundle dms-filter-bundle 4.0 when I call my filter I get any result and any error, here is my filter from my entity :