for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://github.com/flipboxfactory/craft-integration/blob/master/LICENSE
* @link https://github.com/flipboxfactory/craft-integration/
*/
namespace flipbox\craft\integration\actions\connections;
* @author Flipbox Factory <[email protected]>
* @since 2.0.0
trait PopulateConnectionTrait
{
* @return array
protected function validBodyParams(): array
return [
'handle',
'class',
'enabled'
];
}