This commit is contained in:
Your Name
2021-08-04 00:56:18 +02:00
parent 51941b88ee
commit f01509cab1
12 changed files with 112 additions and 139 deletions
+7 -7
View File
@@ -5,12 +5,12 @@ use BackendMenu;
class GraphqlKey extends Controller
{
public $implement = [ 'Backend\Behaviors\ListController' ];
public $listConfig = 'config_list.yaml';
public $implement = ['Backend\Behaviors\ListController'];
public function __construct()
{
parent::__construct();
}
public $listConfig = 'config_list.yaml';
public function __construct()
{
parent::__construct();
}
}