Hi everyone
I鈥檓 working on this PR : Expose our capabilities by zak39 路 Pull Request #1041 路 arawa/workspace 路 GitHub
Where I implemented Capabilities to expose the version of my app.
To register the Capabilitie, I need to implement IBootstrap
for my Application class.
But, when I would like to remove my Workspace, the destroy() function from WorkspaceController returns an empty array.
When I removed the implements IBootstrap
from Application class, my function returns data.
Could you help me, please?
I don鈥檛 know where is the problem here