1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 19:31:31 +02:00

Flextype Box Plugin: Admin #125 #117

This commit is contained in:
Awilum
2019-06-14 18:16:22 +03:00
parent bc5aab7897
commit ca44c68df0
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,12 @@ use Flextype\Component\Arr\Arr;
use Flextype\Component\Text\Text;
use function Flextype\Component\I18n\__;
/**
* @property View $view
* @property Fieldsets $fieldsets
* @property Router $router
* @property Slugify $slugify
*/
class FieldsetsController extends Controller
{
public function index($request, $response)

View File

@@ -7,6 +7,11 @@ use Flextype\Component\Session\Session;
use Flextype\Component\Text\Text;
use function Flextype\Component\I18n\__;
/**
* @property View $view
* @property Router $router
* @property Slugify $slugify
*/
class UsersController extends Controller
{
public function profile($request, $response)