From 116eabca4371793e37ae6e4010dee678578ccf4b Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 1 Jun 2019 20:55:21 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Information Controller/Views implementation --- site/plugins/admin/app/Controllers/InformationController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/plugins/admin/app/Controllers/InformationController.php b/site/plugins/admin/app/Controllers/InformationController.php index 42abf21e..07998440 100644 --- a/site/plugins/admin/app/Controllers/InformationController.php +++ b/site/plugins/admin/app/Controllers/InformationController.php @@ -5,6 +5,9 @@ namespace Flextype; use Flextype\Component\Registry\Registry; use function Flextype\Component\I18n\__; +/** + * @property $view + */ class InformationController extends Controller { public function index($request, $response, $args)