feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -33,7 +33,9 @@ final class InMemoryStorage implements Storage, StreamableStorage
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->permissions = new PermissionChecker($this);
|
||||
// InMemoryStorage doesn't need real permission checks - create mock PathProvider
|
||||
$mockPathProvider = new \App\Framework\Core\PathProvider('/tmp');
|
||||
$this->permissions = new PermissionChecker($mockPathProvider);
|
||||
$this->fiberManager = $this->createDefaultFiberManager();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user