Skip to content

Commit

Permalink
add config namespace usage
Browse files Browse the repository at this point in the history
remove extra space from end of line
  • Loading branch information
navid-shokri committed Apr 13, 2023
1 parent 35eddd2 commit 7b3d04b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/federatedfilesharing/lib/Controller/OcmController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
use OCP\IRequest;
use OCP\IURLGenerator;
use OCP\IUserManager;
use OCP\IConfig;

/**
* Class OcmController
Expand Down Expand Up @@ -78,7 +79,7 @@ class OcmController extends Controller {
/**
* @var IConfig
*/
protected $config;
protected $config;

/**
* OcmController constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
use OCP\IRequest;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
use OCP\IConfig;

/**
* Class ExternalSharesController
Expand All @@ -53,7 +54,7 @@ class ExternalSharesController extends Controller {
/**
* @var IConfig
*/
protected $config;
protected $config;

/**
* ExternalSharesController constructor.
Expand Down

0 comments on commit 7b3d04b

Please sign in to comment.