fix(structure): Correct case-sensitivity for Linux compatibility
Rename folders to match PHP PSR-4 autoloading conventions: - schemas → Schemas - shared → Shared - Wordpress → WordPress (in all locations) Fixes deployment issues on Linux servers where filesystem is case-sensitive. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
Shared/Domain/Contracts/ComponentManagerInterface.php
Normal file
11
Shared/Domain/Contracts/ComponentManagerInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ROITheme\Shared\Domain\Contracts;
|
||||
|
||||
/**
|
||||
* Interface para facade ComponentManager
|
||||
*/
|
||||
interface ComponentManagerInterface {
|
||||
// Se implementará completamente en Fase 5
|
||||
}
|
||||
Reference in New Issue
Block a user