Begin XenForo Sync and continue Uploader

This commit is contained in:
2026-01-24 14:43:58 +01:00
parent 86b70562bc
commit f029371a68
21 changed files with 722 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace RomhackPlaza\Extenders\XenForo;
use RomhackPlaza\Extenders\Abstract_Extender;
abstract class Abstract_XenForo_Children extends Abstract_Extender {
protected function can_extend(): bool
{
return true;
}
}