StefanGla
StefanGla
Hello, I'm using the GarbageCollector as described: GarbageCollect::dropOldFiles($this->img_cache_dir, 30, true); where $this->img_cache_dir is my /web/image_cache directory. The GarbageCollector deletes some files, but when I check one subfolder of /web/image_cache/0 for...
I use FOSUserBundle and have a very little user class: ``` use FOS\UserBundle\Model\User as BaseUser; use Doctrine\ORM\Mapping as ORM; use Symfony\Component\Serializer\Annotation\Groups; /** * @ORM\Entity * @ORM\Table(name="users") */ class User extends...
I've make a try to implement that example here without modifications. https://github.com/Payum/Payum/blob/master/docs/symfony/custom-api-usage.md But it does not work (any more). I'm working with Symfony 3.4. Type error: Too few arguments to...
Hello, I wonder if the elastica package already supports field collapsing? https://www.elastic.co/guide/en/elasticsearch/reference/5.6/search-request-collapse.html#search-request-collapse If not, how can I add these collapse-parameters to my query?