Skip to content
Snippets Groups Projects

1.x

Merged Bartek Jaskulski requested to merge 1.x into review
3 files
+ 10
95
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -7,10 +7,10 @@ namespace WPDesk\Init;
class InitCompat {
public static function from_config( $config_path, $environment = null ) {
public static function from_config( $config_path ) {
require __DIR__ . '/platform_check.php';
$init = new PluginInit( $config_path, $environment );
$init = new PluginInit( $config_path );
return $init->init();
}
Loading