Hi
I'm working on improving the dependency injection in the ownCloud chat
app. Before I injected the whole DI container, now only the classes I
need. However my log is spammed with these errors:
{"reqId":"a24609b5ab5558936d2279bb80468a29","remoteAddr":"33.33.33.1","app":"no
app in context","message":"Accessing the server container is deprecated.
Use type annotations to inject core services
instead!","level":0,"time":"2015-01-21T06:43:49+00:00","method":"POST","url":"\/index.php\/apps\/chat\/och\/api"}
I think they are caused by calls like these:
https://github.com/owncloud/chat/blob/master/app/chat.php#L221 .
PR: https://github.com/owncloud/chat/pull/193
How can I solve this, without removing the DI container?
Thanks!
Met vriendelijke groeten / Best regards
Tobia De Koninck
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel