mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 16:44:36 +02:00
- Plugins Controller implementation
This commit is contained in:
23
site/plugins/admin/app/Controllers/PluginsController.php
Normal file
23
site/plugins/admin/app/Controllers/PluginsController.php
Normal 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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user