1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

Flextype Box Plugin: Admin #125 #117

- Plugins Controller implementation
This commit is contained in:
Awilum
2019-04-24 21:54:32 +03:00
parent 1caedba2f0
commit 4d64c73591

View File

@@ -0,0 +1,23 @@
<?php
namespace Flextype;
use Flextype\Component\Filesystem\Filesystem;
use Flextype\Component\Date\Date;
use Flextype\Component\Arr\Arr;
use Flextype\Component\Registry\Registry;
use function Flextype\Component\I18n\__;
class PluginsController extends Controller
{
public function index($request, $response, $args)
{
}
public function update($request, $response, $args)
{
}
}