Skip to content

Commit

Permalink
Fixed /makeplugin bug caused by unnecessary access wrapper change
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 13, 2018
1 parent 1fae225 commit 638e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FolderPluginLoader/FolderPluginLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public function getPluginDescription(string $file) : ?PluginDescription{
}

public function getAccessProtocol() : string{
return "file://";
return "";
}
}

0 comments on commit 638e445

Please sign in to comment.