Rank 1: Thread
Hi Friends. I am currently working on addressing an issue related to the Semaphore messaging adapter in the Appwrite project, specifically outlined in this GitHub Issue - https://github.com/appwrite/appwrite/issues/7714
To provide some context, I have successfully created an adapter for Semaphore. However, when attempting to test it by instantiating an object of the newly created Semaphore messaging adapter class within the same file, I encountered an error message:
PHP Fatal error: Uncaught Error: Class "Utopia\Messaging\Adapter\SMS" not found in /home/chaitanya/githubClonedProjects/messaging/src/Utopia/Messaging/Adapter/SMS/Semaphore.php:12
I don't really why the import is failing. Unfortunately, I am currently facing a roadblock in resolving this issue. I would sincerely appreciate any guidance or assistance you could provide to help overcome this blocker. Thank you🙂
cc: @Steven