mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-03 15:24:09 +01:00
Fix indentation
This commit is contained in:
parent
011db92486
commit
31726be13c
@ -28,7 +28,7 @@ class ImportController extends Controller {
|
|||||||
public function __construct($appName, IRequest $request, App $app, ICache $cache, ITags $tags) {
|
public function __construct($appName, IRequest $request, App $app, ICache $cache, ITags $tags) {
|
||||||
parent::__construct($appName, $request, $app);
|
parent::__construct($appName, $request, $app);
|
||||||
$this->cache = $cache;
|
$this->cache = $cache;
|
||||||
$this->tagMgr = $tags;
|
$this->tagMgr = $tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user