mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
ObjectController is deprecated
This commit is contained in:
parent
3ebc9d2ab1
commit
e1fda2b108
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
import ObjectController from "discourse/controllers/object";
|
||||
|
||||
export default ObjectController.extend({
|
||||
export default Ember.Controller.extend({
|
||||
|
||||
stopNotificiationsText: function() {
|
||||
return I18n.t("topic.unsubscribe.stop_notifications", { title: this.get("model.fancyTitle") });
|
||||
|
|
Loading…
Reference in a new issue