Daniel Korsak

Results 7 comments of Daniel Korsak

When I have controller action with @secure annotation and I'm trying to clear cache for prod env (cache folder is empty - no files inside) this exception appears.

Can you make this bundle to work with Symfony 3?

On the method ``` protected function applyResourceCreated(ResourceCreatedEvent $event) { $properties = array_keys(get_class_vars($this)); foreach ($event->data as $key => $value) { if (in_array($key, $properties)) { $this->$key = $value; } } } ```...