first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\ST\MO\File;
|
||||
|
||||
class MOFactory {
|
||||
/**
|
||||
* @return \MO
|
||||
*/
|
||||
public function createNewInstance() {
|
||||
return new \MO();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user