1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 23:40:41 +02:00

Flextype Box Plugin: Admin #125 #117

- fixes and refactoring
This commit is contained in:
Awilum
2019-06-07 23:52:05 +03:00
parent 082cb68145
commit 7a7232805c

View File

@@ -10,7 +10,8 @@ use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
/**
* @property View $view
* @property View $view
* @property Cache $cache
*/
class SettingsController extends Controller
{