Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00: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);
|
||||
}
|
||||
|
||||
get adminWizards() {
|
||||
return getOwner(this).lookup("controller:admin-wizards");
|
||||
}
|
||||
|
||||
get subscriptionLink() {
|
||||
return this.subscriptionLandingUrl;
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren