Panel error - libMagickWand

I’m suddenly having trouble accessing certain pages within the admin panel on one of my sites. I get presented with an error stating:

PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php56/root/usr/lib64/php/modules/imagick.so' - libMagickWand.so.5: cannot open shared object file: No such file or directory

PHP 5.6 is old and a security risk. Upgrade to php 7.x. Looks like you are using Easy Apache so you should be able to do that within WHM.

Ah I see! Upgrading to php 7.3 seems to have fixed my woes. Thank you!