You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cs/quickstart/refactoring-model.texy
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ final class PostFacade
38
38
39
39
Ve třídě si pomocí konstruktoru necháme předat databázový Explorer:[api:Nette\Database\Explorer]. Využijeme tak síly [DI containeru|/di-passing-dependencies].
40
40
41
-
Ještě do souboru `config/common.neon` v sekci services přidáme řádek s celým názvem třídy:
41
+
Ještě do souboru `config/services.neon` v sekci services přidáme řádek s celým názvem třídy:
Copy file name to clipboardExpand all lines: en/quickstart/refactoring-model.texy
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ final class PostFacade
37
37
38
38
In the class we pass the database Explorer:[api:Nette\Database\Explorer]. This will take advantage of the power of [DI container|/di-passing-dependencies].
39
39
40
-
Add a line with the full class name to the `config/common.neon` file in the services section:
40
+
Add a line with the full class name to the `config/services.neon` file in the services section:
0 commit comments