Merge pull request #2206 from brnskn/patch-2

Added missing import
This commit is contained in:
John Molakvoæ
2020-07-20 13:28:23 +02:00
committed by GitHub

View File

@@ -212,6 +212,7 @@ An example implementation of the IIconSection interface:
namespace OCA\YourAppNamespace\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Settings\IIconSection;
class AdminSection implements IIconSection {