Log1x / acf-composer

Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
https://github.com/Log1x/acf-composer
MIT License
400 stars 53 forks source link

fix class Exception not found in Composer.php #207

Closed pauguri closed 4 months ago

pauguri commented 4 months ago

This is a fix for issue #205 It adds use Exception; to Composer.php to prevent the error Class "Log1x\AcfComposer\Exception" not found

Log1x commented 4 months ago

thank you!