mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
namespace WCFE\Installer;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class Factory extends \WPPFW\Plugin\PluginFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* put your comment there...
|
||||
*
|
||||
*/
|
||||
protected function createMap()
|
||||
{
|
||||
$this->addClassMap( 'WPPFW\Database\Wordpress\WordpressOptions', 'WordpressOptions' );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user