Skip to content

Commit

Permalink
Merge pull request #20524 from bertdeblock/add-url-to-implicit-route-…
Browse files Browse the repository at this point in the history
…model-deprecation
  • Loading branch information
kategengler authored Aug 17, 2023
2 parents 5c9d73e + 996a8e5 commit 1cd116d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ember/routing/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,8 +1251,9 @@ class Route<Model = unknown> extends EmberObject.extend(ActionHandler, Evented)
{
id: 'deprecate-implicit-route-model',
for: 'ember-source',
since: { available: '5.3.0' },
since: { available: '5.3.0', enabled: '5.3.0' },
until: '6.0.0',
url: 'https://deprecations.emberjs.com/v5.x/#toc_deprecate-implicit-route-model',
}
);

Expand Down

0 comments on commit 1cd116d

Please sign in to comment.