wintercms / wn-builder-plugin

GUI for building plugins in Winter CMS
MIT License
35 stars 12 forks source link

Unable to create plugin: replaces must be an array. #12

Closed AdrienAdB closed 3 years ago

AdrienAdB commented 3 years ago

Hi, On a fresh WinterCMS and Builder plugin install, I am unable to create plugin with the builder.

"The replaces must be an array"

Builder v2.0.1

AdrienAdB commented 3 years ago

Below change did the fix:

https://github.com/wintercms/wn-builder-plugin/blob/main/classes/PluginBaseModel.php#L31

   public $replaces = [];
LukeTowers commented 3 years ago

@AdrienAdB can you submit that in a PR?