mirror of
https://github.com/werkraum-media/thuecat.git
synced 2025-01-09 20:56:12 +01:00
Daniel Siepmann (Codappix)
d323a60e7a
The actual registry needs to be within ext_tables.php after loading TCA. Resolves: #11480
5 lines
83 B
PHP
5 lines
83 B
PHP
<?php
|
|
|
|
use WerkraumMedia\ThueCat\Extension;
|
|
|
|
Extension::registerExtTablesConfig();
|