[RESOLVED] Why my controller return an empty array?

Hi everyone :slight_smile:

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? :pray:

I don鈥檛 know where is the problem here :thinking: