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-08 00:40:12 +03:00
parent c580b5ab00
commit a1cf8c0f3d

View File

@@ -7,8 +7,8 @@ use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
/**
* @property $view
* @property $router
* @property View $view
* @property Router $router
*/
class InformationController extends Controller
{