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)