From 082cb68145f9dfe46d3dc06bb772011f3de92596 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Jun 2019 23:51:12 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - fixes and refactoring --- site/plugins/admin/app/Controllers/SettingsController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/plugins/admin/app/Controllers/SettingsController.php b/site/plugins/admin/app/Controllers/SettingsController.php index aa702316..3d7315b1 100644 --- a/site/plugins/admin/app/Controllers/SettingsController.php +++ b/site/plugins/admin/app/Controllers/SettingsController.php @@ -9,6 +9,9 @@ use function Flextype\Component\I18n\__; use Psr\Http\Message\ResponseInterface as Response; use Psr\Http\Message\ServerRequestInterface as Request; +/** + * @property View $view + */ class SettingsController extends Controller { /**