localgovdrupal / localgov_demo

Example content for demonstrating the LocalGovDrupal distribution and to help with development.
GNU General Public License v2.0
0 stars 1 forks source link

fix: update class namespace #130

Closed millnut closed 2 months ago

millnut commented 2 months ago

Fixes this PHPStan error

 ------ --------------------------------------------------------------------- 
  Line   modules/contrib/localgov_demo/localgov_demo.module                   
 ------ --------------------------------------------------------------------- 
  51     Call to static method decode() on an unknown class                   
         Drupal\Core\Serialization\Yaml.                                      
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
 ------ ---------------------------------------------------------------------