You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using the newest version, currently v1.5, and I am getting two deprecating messages:
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
Show context Hide trace
{▼
/var/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php:30 {▶}
/var/www/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/DependencyInjection/Configuration.php:30 {▶}
}
and
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "pix_sortable_behavior" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
Show context Hide trace {▼
/var/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php:51 {▶}
/var/www/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/DependencyInjection/Configuration.php:31 {▶} }
The text was updated successfully, but these errors were encountered:
Hi, I am using the newest version, currently v1.5, and I am getting two deprecating messages:
and
The text was updated successfully, but these errors were encountered: