Skip to content

Commit

Permalink
COMPATBILITY: update import location for getOwner
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Oct 5, 2023
1 parent 8056c77 commit 700008f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
on,
} from "discourse-common/utils/decorators";
import { alias } from "@ember/object/computed";
import { getOwner } from "discourse-common/lib/get-owner";
import { getOwner } from "@ember/application";
import { scheduleOnce } from "@ember/runloop";
import { getAttrFromContext } from "../lib/layouts";
import { inject as service } from "@ember/service";
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-layouts
# about: A framework for custom Discourse layouts.
# version: 0.3.3
# version: 0.3.4
# authors: Angus McLeod, Keegan George
# contact_emails: development@pavilion.tech
# url: https://github.com/paviliondev/discourse-layouts
Expand Down

0 comments on commit 700008f

Please sign in to comment.