for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NerdsAndCompany\Schematic\DataTypes;
use Craft;
use NerdsAndCompany\Schematic\Schematic;
/**
* Schematic GeneralSettings DataType.
*
* Sync Craft Setups.
* @author Nerds & Company
* @copyright Copyright (c) 2015-2019, Nerds & Company
* @license MIT
* @see http://www.nerds.company
*/
class GeneralSettingsDataType extends Base
{
* {@inheritdoc}
public function getMapperHandle(): string
return 'generalSettingsMapper';
}
public function getRecords(): array
return [];