Skip to content

Commit

Permalink
Files first to use own GenericEvent
Browse files Browse the repository at this point in the history
* those are added to 18 only anyway :)

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Nov 25, 2019
1 parent 2349b38 commit b873bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Node/HookConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

namespace OC\Files\Node;

use OCP\EventDispatcher\GenericEvent;
use OCP\Files\FileInfo;
use OC\Files\Filesystem;
use OC\Files\View;
use OCP\Util;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\GenericEvent;

class HookConnector {
/**
Expand Down

0 comments on commit b873bf9

Please sign in to comment.