summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/plugins.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index 500ae6b66..5688f2e3e 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -57,6 +57,7 @@ Since you dont want to extend the app but use its resources, its advised that yo
// you can use all defined classes but its recommended that you
// stick to the mapper and businesslayer classes since they are less
// likely to change
+ // also dont use controllers from the news app!
return new YourController($c['NewsContainer']['FeedBusinessLayer']);
});
}