diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2019-11-04 15:01:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 15:01:55 +0100 |
commit | 64bfd4bbeb10e07bd2133a97c50175a156d43d61 (patch) | |
tree | 9aae61e00f1fd1adc1007cb413793d2eab6ecf40 /lib/public | |
parent | e517ca05300f8b57858056c8a09416fe4fd2889d (diff) | |
parent | 3f97025613b3b05621f60d666842e44bec6ee665 (diff) | |
download | nextcloud-server-64bfd4bbeb10e07bd2133a97c50175a156d43d61.tar.gz nextcloud-server-64bfd4bbeb10e07bd2133a97c50175a156d43d61.zip |
Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontend
Workflow frontend polishing
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/WorkflowEngine/IEntityCheck.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/public/WorkflowEngine/IEntityCheck.php b/lib/public/WorkflowEngine/IEntityCheck.php index 7a4df0afd5f..d90535b4c99 100644 --- a/lib/public/WorkflowEngine/IEntityCheck.php +++ b/lib/public/WorkflowEngine/IEntityCheck.php @@ -24,9 +24,6 @@ declare(strict_types=1); namespace OCP\WorkflowEngine; - -use OCP\Files\Storage\IStorage; - /** * Interface IFileCheck * |