PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/docroot/modules/contrib/lazy/lazy.install on line 206
Running drush updb throws the PHP deprecation warning
drush updb
Remove the $ from #206
$
Active
4.0
Code
Open lazy.install file in editor. Search for the instances ${var} Change to {$var} Clear cache to check.