Tac Tacelosky
Tac Tacelosky
Thanks! Is there a fork of LiformBundle that uses that (forked) library?
Ah, found it! https://github.com/answear/LiformBundle
The newer doctrine repository classes look like: class ObjectTypeRepository extends ServiceEntityRepository now you can no longer simply replace the extends with NestedTreeRepository: ```php class ObjectTypeRepository extends NestedListItemRepository { public function...
Any chance this can fixed? It's problematic to not be able have a constructor, because (1) sometimes you need to inject other services and (2) it'd be really convenient to...
So is this fork still necessary? The upstream supports SY6 and PHP8. If my history is correct, antishov created this because stof hadn't updated it for a long time, but...
FWIW, doctrine-extensions only supports attributes for 3 extensions right now, and Tree isn't one of them :-( But it's on the todo list: https://github.com/doctrine-extensions/DoctrineExtensions/issues/2235
It looks like SubConverter.php was based on srt and not finished. For example, it looks for a comma-delimited time, but the .sub format is {time}{time}. I've started to fix this,...
Thanks @smnandre, I'm using the new 6.4 utility and wanted to have a startingAt parameter for impersonation_path, like impersonation_exit_url has an exitTo ```twig {{ impersonation_exit_url(exitTo = null) }} ``` https://symfony.com/doc/6.4/reference/twig_reference.html#impersonation-path...
tests pass, so this fixed #21 , at least at php 7.4
OK, now collect has been deprecated, it should be replaced with composer require illuminate/collections