Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
remove redundant controller link
Dieser Commit ist enthalten in:
Ursprung
18001bebc1
Commit
885fdd1215
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
|
@ -38,10 +38,6 @@ export default class SubscriptionService extends Service {
|
||||||
.catch(popupAjaxError);
|
.catch(popupAjaxError);
|
||||||
}
|
}
|
||||||
|
|
||||||
get adminWizards() {
|
|
||||||
return getOwner(this).lookup("controller:admin-wizards");
|
|
||||||
}
|
|
||||||
|
|
||||||
get subscriptionLink() {
|
get subscriptionLink() {
|
||||||
return this.subscriptionLandingUrl;
|
return this.subscriptionLandingUrl;
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren