Skip to content

Commit d25dbec

Browse files
Delete obsolete message
1 parent 7e5d340 commit d25dbec

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

14/umbraco-cms/reference/using-ioc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ Once you have registered the dependencies inject them into your project where ne
223223

224224
If you need to inject your service into a controller or another service, you will do so through the class.
225225

226-
{% hint style="warning" %}
227-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
228-
{% endhint %}
229-
230226
{% code title="FooController.cs" %}
231227

232228
```csharp

15/umbraco-cms/reference/using-ioc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ Once you have registered the dependencies inject them into your project where ne
223223

224224
If you need to inject your service into a controller or another service, you will do so through the class.
225225

226-
{% hint style="warning" %}
227-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
228-
{% endhint %}
229-
230226
{% code title="FooController.cs" %}
231227

232228
```csharp

0 commit comments

Comments
 (0)