Skip to content

Commit

Permalink
Add url to deprecate-implicit-route-model deprecation
Browse files Browse the repository at this point in the history
(cherry picked from commit 996a8e5)
  • Loading branch information
bertdeblock authored and kategengler committed Aug 21, 2023
1 parent 5c54475 commit 83ba4cb
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 83ba4cb

Please sign in to comment.