Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3fa6e0f4
Commit
3fa6e0f4
authored
Jan 27, 2015
by
Bernhard Posselt
Browse files
Merge pull request #13718 from owncloud/use-proper-namespace
Use proper namespace
parents
acec40fe
bedf358b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/private/appframework/dependencyinjection/dicontainer.php
View file @
3fa6e0f4
...
...
@@ -65,7 +65,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
return
$this
->
getServer
()
->
getAppConfig
();
});
$this
->
registerService
(
'OCP\\IAppManager'
,
function
(
$c
)
{
$this
->
registerService
(
'OCP\\
App\\
IAppManager'
,
function
(
$c
)
{
return
$this
->
getServer
()
->
getAppManager
();
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment