1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-03 15:24:09 +01:00

Fix indentation

This commit is contained in:
Lukas Reschke 2014-08-17 19:04:56 +02:00
parent 011db92486
commit 31726be13c

View File

@ -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;
} }
/** /**