mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 06:54:31 +02:00
- Fieldsets Controller/Views implementation
This commit is contained in:
14
site/plugins/admin/app/Controllers/FieldsetsController.php
Normal file
14
site/plugins/admin/app/Controllers/FieldsetsController.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Registry\Registry;
|
||||
use function Flextype\Component\I18n\__;
|
||||
|
||||
class FieldsetsController extends Controller
|
||||
{
|
||||
public function index($request, $response, $args)
|
||||
{
|
||||
return 'sd';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user