Skip to content
Snippets Groups Projects

remove WebServicePlugin type as well, re #4110

Merged Jan-Hendrik Willms requested to merge step-4110-remove-webservice-plugin-type into main
1 file
+ 0
14
Compare changes
  • Side-by-side
  • Inline
+ 0
14
<?php
/*
* Copyright (c) 2011 <mlunzena@uos.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*/
interface WebServicePlugin
{
function getWebServices();
}
Loading