mirror of
https://github.com/flextype/flextype.git
synced 2025-08-19 19:31:31 +02:00
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user