1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

Flextype Box Plugin: Admin #125 #117

- Information Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 20:55:21 +03:00
parent 727b6dcd7e
commit 116eabca43

View File

@@ -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)