mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 07:18:43 +02:00
23 lines
281 B
PHP
23 lines
281 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
|
|
namespace WCFE\Installer;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class Factory extends \WPPFW\Plugin\PluginFactory
|
|
{
|
|
|
|
/**
|
|
* put your comment there...
|
|
*
|
|
*/
|
|
protected function createMap()
|
|
{
|
|
$this->addClassMap( 'WPPFW\Database\Wordpress\WordpressOptions', 'WordpressOptions' );
|
|
}
|
|
|
|
} |