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

Flextype Box Plugin: Admin #125 #117

- Templates Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 20:53:42 +03:00
parent 1e78ceef0b
commit 727b6dcd7e

View File

@@ -6,6 +6,9 @@ use Flextype\Component\Filesystem\Filesystem;
use Flextype\Component\Text\Text;
use function Flextype\Component\I18n\__;
/**
* @property $view
*/
class TemplatesController extends Controller
{
public function index($request, $response, $args)