Format
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user