diff --git a/src/presenters/DashboardPresenter.php b/src/presenters/DashboardPresenter.php index 23073ac..5a57fc5 100644 --- a/src/presenters/DashboardPresenter.php +++ b/src/presenters/DashboardPresenter.php @@ -6,6 +6,9 @@ class DashboardPresenter extends AdminPresenter { + /** + * @admin-access-level read + */ public function renderDefault() { }