oveleon / contao-component-style-manager

This extension is for the Contao CMS and allows you to easily manage and provide custom categories and groups for CSS classes.
MIT License
23 stars 6 forks source link

Use FQCN for DC driver #82

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

Fixes the following error in Contao 5:

Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "Table" from the global namespace.
Did you forget a "use" statement for e.g. "Symfony\Component\Console\Helper\Table", "Spatie\SchemaOrg\Table", "League\CommonMark\Extension\Table\Table", "Doctrine\ORM\Mapping\Table" or "Doctrine\DBAL\Schema\Table"?
fritzmg commented 1 year ago

Will be fixed in https://github.com/oveleon/contao-component-style-manager/pull/80